Insert Section breaks in a multi page document

Hi Aspose,

I was wondering how to insert section breaks at the end of each page of a muti-page word document.
Basically I am trying to save down each page using document.SaveToImage() method and embed the images into another word document (report). If there are no section breaks then I am not able to extract the sections appropriately.

Please let me know how to work on this and let me know if you need further information.

Thanks in advance for your wonderful support.

-Aurabinda

Hi

Thank you for your interest in Aspose.Words. MS Word document is flow document and does not contain any information about its layout into lines and pages.
Unfortunately, there is no public API that allows you to determine where page starts or ends. Also, there is no way to find the position of the particular node on page. You can leave your suggestions regarding this feature in the following blog.
https://blog.aspose.com/2008/12/01/where-on-a-page-is-my-paragraph
Best regards.