I have a web page that allows users to select different sections of a
document and then generate a full PDF document from the selections made.
Each section is it's own PDF.  All works fine except for one section
document.  When the user adds it, they get the following error (truncated
for brevity):

java.lang.NullPointerException
 at com.lowagie.text.pdf.PRAcroForm.iterateFields(Unknown Source)
 at com.lowagie.text.pdf.PRAcroForm.readAcroForm(Unknown Source)
 at com.lowagie.text.pdf.PdfReader.readPdf(Unknown Source)
 at com.lowagie.text.pdf.PdfReader.(Unknown Source)
 at PerformRecord.doGet(PerformRecord.java:62)

I'm including the PDF file that is generating this error.  Any ideas would
be welcome.  Thanks,
Kenny

Attachment: managedNet.pdf
Description: Adobe PDF document

Reply via email to