I have some documents that when opened and saved using the Aspose Words code will cause the document to lose indentions on numering/outlines.
The version of the dll I’m using is 8.2.1
The vb code I’m using to create the destination document:
Dim doc As Document = New Document(sourceFile)
doc.Save(destinationFile)
Am I doing something wrong? It does this if I save the document to docx, doc or pdf.
It doesn’t happen on all of my documents just a select few.
Thanks for your help!