Holger Plankermann wrote: > Hi all, > > I wrote an extension to PdfCopyFields that allows copying formfields from one > PDF to another PDF:
PdfCopyFields is used to concatenate different PDF files that can all have AcroForm fields inside. The way you describe your application, is that you have a PDF with a form and a PDF without a form. You then make it possible to get the form construction from the one PDF and apply it to the other. That could be useful, but... it's sounds more like a task for PdfReader/PdfStamper than for PdfCopyFields. > If this is possible, how to I transmit my sources? That's explained here: http://1t3xt.com/about/policy.php I quote: (1) post the patch/source code/bug fix using one of the trackers at SourceForge, or (2) post the code on the mailing list, (3) send the code to one of the developers personally. Note that (1) is preferred for users with an account on SourceForge, (2) is preferred in the case of minor code contributions; (3) should only be done when asked explicitly by a developer. Which reminds me: it has been a very long time since I last checked the trackers. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
