Re: [iText-questions] PdfCopyFields for copying signatures into a new pdf

2010-08-19 Thread Kathir
yes that is a fact. As i was getting those invalid/corrupt signature problem, i was thinking of suppressing those problems. Anyways i wil try to remove those signatures if possible. Great. Thanks for your reply. -- View this message in context: http://itext-general.2136553.n4.nabble.com/PdfCopy

[iText-questions] PdfCopyFields for copying signatures into a new pdf

2010-07-24 Thread Kathir
FileOutputStream("C:/Temp/AcroForms/concatenatedPDF.pdf")); copy.open(); copy.addDocument(reader1); copy.addDocument(reader2); copy.close(); I believe something is missing in my code. Not sure. Any help, please. Thank

[iText-questions] PDF Layers

2007-07-31 Thread KEldush Kathir
Hi everyone I would like to merge 2 PDFs, one with layers and the other has bookmarks. the combined PDF looses the layers. As I understand it; this is not supported in iText. is there a workaround/future plans to integrate layers. Thanks in advance. --