I\'m using iTextSharp to merge a number of pdf files together into a single file.
I\'m using method described in iTextSharp official tutorials, specifically here, wh
When creating the files to be merged, I changed this setting: pdfStamper.FormFlattening = true;
Works Great.