Will getImportedPage from PdfCopy (used in extracting pages from a document)
preserve all the text fields ?


----- Original Message ----- 
From: "Paulo Soares" <[EMAIL PROTECTED]>
To: "Beppe Costagliola" <[EMAIL PROTECTED]>;
<[email protected]>
Sent: Thursday, September 08, 2005 12:38 PM
Subject: RE: [iText-questions] Concatenate a document with a text field


If you are using the latest version it won't crash but won't work
correctly either. Use PdfCopyFields.

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Beppe Costagliola
> Sent: Thursday, September 08, 2005 11:36 AM
> To: [email protected]
> Subject: [iText-questions] Concatenate a document with a text field
>
> I'm trying to cancatenate a document with a text field added
> to it with another simple document using the code from
> http://itextdocs.lowagie.com/src/com/lowagie/tools/concat_pdf.java
>
> but the
>
>                     PRAcroForm form = reader.getAcroForm();
>                     if (form != null)
>                         writer.copyAcroForm(reader);
>
> cause the program to crash.
>
> If  removed, the copying caries on succesfully and the final
> document seems to keep the text field editable.
>
>
>


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to