On 25/10/2012 10:55, Danilo Nicolò wrote: > Ok, thanks. In alternative is it possibile add one page in head and in > queue to dynamic xfa pdf?
Wel... If you extract the XML from the PDF (1), alter the XML according to the XFA specification (2), and then put the altered XML back into the PDF (3), you could. iText can help you with (1) and (3). To achieve (2), you need to use functionality to manipulate XML (you could use the functionality shipped with the JDK), but you'd also need to study the XML Forms Architecture so that you know how to create the XML template for the page in head and queue. iText won't do that for you. ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php
