We have a document with a special header.
When i try to save this document the layout changes.
The document is .dotx, but i have the same problem with .docx.
It looks like that the end of section disappears.
code is:
adoc = new Aspose.Words.Document(fileNaam);
bool trackRevisions = adoc.TrackRevisions;
adoc.Unprotect();
adoc.TrackRevisions = trackRevisions;
adoc.Save(fileNaam);
Aspose.Words for .NET
Enterprise
Hi Ernst,