Hello,
I am trying to merge multiple documents using aspose words 17.6.
I am using SectionStart.CONTINUOUS & appendDocument() to append the second document’s content to the first document.
But I have a requirement that the document content should not get broken between the pages.For example as stated below.,
- when the whole second document’s content could not get fit into the first page then the whole section should be shifted to the next page.(So Result Document with 2 pages)
- when the whole second document’s content could be able to get fit into the first page then the second section would stay in the same page.(So the Result document with only one page with 2 sections)
Do we have some option in aspose words, to achieve the above functionality?
Appreciate your help as soon as possible.
Thanks in advance.