Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » iText »

RE: [iText-questions] Form data not copying

Paulo Soares

2005-10-28


There's really not much to say without looking at the PDFs.

> -----Original Message-----
> From: itext-questions-admin@(protected)
> [mailto:itext-questions-admin@(protected)
> Behalf Of John E
> Sent: Friday, October 28, 2005 4:20 PM
> To: itext-questions@(protected)
> Subject: [iText-questions] Form data not copying
>
> 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
> iText-questions@(protected)
> https://lists.sourceforge.net/lists/listinfo/itext-questions
>


-------------------------------------------------------
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
iText-questions@(protected)
https://lists.sourceforge.net/lists/listinfo/itext-questions
©2008 junlu.com - Jax Systems, LLC, U.S.A.