Re: [iText-questions] NullPointerException in PdfDocument.newPage

2008-05-22 Thread 1T3XT info
Abhishek Kaukuntla wrote: > Java.lang.NullPointerException > > At com.lowagie.text.pdf.PdfDocument.newPage (Unknown Source) There's a fix in SVN. A NullPointerException in newPage() occurred when using Type3 fonts. Were you using a Type3 font? -- This answer is provided by 1T3XT BVBA

Re: [iText-questions] NullPointerException in PdfDocument.newPage

2008-05-21 Thread 1T3XT info
Abhishek Kaukuntla wrote: > I was working with PDFs the other day and suddenly I got this exception: You should clarify and tell us what you were doing. Do you have a code sample that reproduces the problem? Note that I can reproduce a similar problem caused by the UTF32 support added in iText 2.1

[iText-questions] NullPointerException in PdfDocument.newPage

2008-05-21 Thread Abhishek Kaukuntla
Hello, This is Abhishek mailing you. I was working with PDFs the other day and suddenly I got this exception: Java.lang.NullPointerException At com.lowagie.text.pdf.PdfDocument.newPage (Unknown Source) At com.lowagie.text.pdf.PdfDocument.close (Unknown Source)