Hi,
I have the attached test .docx document. This document contains two text boxes. I linked the textboxes so when typing text in the first it overflows to the next text box.
We open this document with Aspose.Words (11.2) and only save it.
If I open the document saved with Aspose.Words all text has moved to the first textbox and the link between the textboxes is severed.
The code I use is as simple as it gets:
Dim objAsposeDoc As New Aspose.Words.Document("c:\temp\LinkedTextboxes aspose problem.docx")
objAsposeDoc.Save("c:\temp\asposeddoc.docx")
The source document still has linked text boxes, but the asposeddoc.docx is broken.
Note: It works if the document is in .doc format, but we don’t want to keep saving .docx documents in .doc format.
Regards,
Robert Wielink
Sr. Software Engineer
Infoland BV