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
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
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.
--