On 10/26/2013 1:47 AM, Brander, Patricia wrote:
I am doing this to copy two pdf documents that have form elements and signature blocks. Everything copies as expected however on the first document ONLY it looses the XObject references causing me not able to complete my task.

Which version of iText are you using?
The documentation says that PdfCopy can't be used to concatenate forms and that PdfCopyFields needs to be used instead. However: this all changed with iText 5.4.4: http://itextpdf.com/release/itext544 Since that version, PdfCopy is able to deal with form fields (use the addDocument() method) and PdfCopyFields is deprecated.

I also read that you have signature blocks. I'm not sure if you're talking about unsigned signature fields or not. If you're talking about signed documents, it goes without saying that concatenating such documents will inevitably break the signature (if the opposite was true, you'd have a problem as that would mean you'd be able to forge signed documents).

Note: you posted the same question twice and you weren't subscribed to the list.

One of your mails was rejected. One was accepted. Further mails may be deleted without even being read if you don't subscribe. Watch http://www.youtube.com/watch?v=IV4dzXDRzJE to find out why your mail can get lost if you don't subscribe.
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to