Hello!
I have a problem with tables while creating an Aspose.Words document.
I’m reading an XML file and creating a doc that I want to save to RTF.
I have multiple tables in the document, several of them right after each other, created with starttable-endtable and so on without any paragraphs in between.
When I call save, the tables without paragraphs between are getting merged into one table.
Se attached debug screenshots, the table count before Save is 8, and after it is 2.
If I add some text between them everthing is fine, but it is important for me to keep the tables separate and without any text in between them. Any advice?
Regards
Lars Christian Hegde