iTextSharp fields rename does not work with Merge
问题 This is a follow up to another question I had earlier, after the merge of PDF files with form fields worked successfully, if fields with same names do appear then they are not getting their distinct values from their original documents, it looks like a field with the same name propagate its values to the following fields which have the same name. This is the code to merge and rename in 2 separate functions: public byte[] MergeFiles(IList<DBForms> forms) { if (forms.Count < 1) return null;