Hi,
I created a simple file that has 2 pages that were created using OpenOffice.org (see attachment). These pages were created by inserting a page break at the end of the first paragraph.
I haven’t been able to detect these pages programatically using Aspose.Words. I had implemented a DOC file parser on my own and I think the problem is that these kind of page breaks are associated with the paragraph properties and there is no control character inserted in the text.
Per the MS specifications, the paragraph property modifier (sprm PAP) at byte offset 0x2407 (sprmPFPageBreakBefore) will be set to 1 if the paragraph has a page break before it.
Is there any way I can extract this kind of page break programatically using Aspose.Words for Java?
Look forward to hearing from you.
Thanks.