Hello Team,
I facing issue while inserting a document template (word doc) into my base document when the document template has a table inside it. The resultant generated document has table that is miss-alinged.
For inserting i am using followng code
builder.insertDocument(doc, ImportFormatMode.USE_DESTINATION_STYLES);
where builder is from my base document and doc is the document template with table.
There are some restrictions that we are working with
- we can not change the word Documents.
- The Styles of the Base docs (it, alignments, font and font sizes, language etc) is to be used, and hence USE_DESTINATION_STYLES.
Addition info
Aspose.Word Version : 19.11
Document Version : MS Word 97-2003 doc
Please do let me know if what more information i can provide to give more clarity on the topic. Any help is much appreciated.