When I append attachments to my document then the Headers and Footers are applied to the appended document even though I used the IgnoreHeaderFooter format option.
Document input = new Document(filePath)
var output = ne…...foreach (Section section in attachmentDoc.Sections) { section.ClearHeadersFooters();...KeepSourceFormatting); The Section.ClearHeadersFooters() method...