I've been trying to use PdfCopyFields to merge some PDFs. The problem
I'm having is that the form data is not copying. The merged document
has all the pages and form fields but the data in each field is not
there. Am I missing something? Maybe there's a problem with the PDFs
but I don't see any errors and they look ok in Acrobat and Ghostscript.
Here's a code snippet..
copy = new PdfCopyFields(new FileOutputStream(concatFilePath));
for (int i=0;i < fileNames.length;i++) {
PdfReader reader = new PdfReader(fileNames[i]);
copy.addDocument(reader);
}
copy.close();
Thanks,
John
-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions