Hi When I append two documents using the following statements the text format (line breaks are different) in the part that was appended compared to it's original.
Aspose.Words.Document doc = new Aspose.Words.Document(@"c:\Welcome Letter Rontest.DOT")
doc.AppendDocument(@"c:\Alabamarontest.dot", ImportFormatMode.KeepSourceFormatting);
doc.UpdateFields();
doc.UpdatePageLayout();
doc.Save(sFileToSave, SaveFormat.Doc);
sFileToSave has the value 634130773888497484Welcome Letter1.Doc
Can you please help me figuring out what causes the different layouts. I've attached all relevant documents.
Regards,
Ron