When using appenddocument, and keepsourceformatting option, to combine documents the font settings of the document being added are not being retained. For example the footer may have text with a 12 pt font, but after being appended the footer size is 10 pt.
command used is as shown.
Docfinal.AppendDocument(dsttemp, ImportFormatMode.KeepSourceFormatting);