I've successfully loaded 2 fillable pdfs, filled them with some data, flattened them, and saved them both to disk. Then, I merged these 2 pdfs into one using concat_pdf... all is fine.
However, when I try to merge again, it fails. That is, when I try to merge the output of 2 concat_pdfs, using concat_pdf, I get a ClassCastException in PdfCopy: ClassCastException at (iText: : PdfCopy.setFromReader(PdfCopy.java:308) PdfCopy.setFromIPage(PdfCopy.java:292) PdfCopy.addPage(PdfCopy.java:321) should this be possible? or is there another way to merge 2 pdfs without PdfCopy/concat_pdf?? Thanks, Tom ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
