http://itext.ugent.be/library/com/lowagie/examples/general/copystamp/Con catenate.java Using that sample code above ported to c#. Using iTextSharp.
When appending a form made with a pdf form template to another form that already has a completed from made with the same template the concatenate code seems to re-uses the first instance of that template. I tried not re-using the same reader as suggested on this thread: http://www.nabble.com/PdfCopy-Arcrobat-problem-with-multiple-instance-of -same-page-t3143545.html They were talking of a bug in PDFCopy in that thread that seemed to be doing the same thing as I'm experiencing. If I use my same code and use PDFCopy instead of PDFSmartCopy it works fine but it has a huge number of duplicate fonts and the files are huge. Is this a known issue with PDFSmartCopy and I'm spinning my wheels? If so is there a work around for this? Thanks for your time, Mark ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
