I have a task to merge several PDFs into a single one. I'm using iTextSharp. The issue I'm having is the merging involves the same 1 page form filled out X numbers of times with different information. Once the PDFs are merged into one, the fields on all X of those pages have the same name, so any change to one alters all the others.
Is there a way I can alter the fields programatically as I go so they are truly distinct fields in the final PDF?