iTextSharp adding new instances of an existing page
Let's say I have a three page PDF and all three of them have AcroFields. I need to be able to generate a new PDF with page 2 repeated N number of times. Each new instance of page 2 will need to have the field names modified to make them distinct from the other instances of page 2. Can someone who's solved this problem before provide a syntax example? This is explained in the MergeForms2 example. You should split your document into 3 documents each having one page. Use the renameFields() method to create variations of the second page. Concatenating forms is done like this: Document document =