Get text page by page

I’f looked at: Aspose > Documentation > .NET Components > Aspose.Words for .NET > Programmer’s Guide > Programming with Documents > How-to: Extract Text OnlyAspose > Documentation > .NET Components > Aspose.Words for .NET > Programmer’s Guide > Programming with Documents > How-to: Extract Text Only
I need to get the text from the word document on page base. So for every page I need the text seperate from the other pages.
What is the best way to do that?

This message was posted using Page2Forum from How-to: Extract Text Only - Aspose.Words for .NET

Hello
Thanks for your request. Word document is flow document and does not contain any information about its layout into lines and pages. Therefore, technically there is no “Page” concept in Word document.
Aspose.Words uses our own Rendering Engine to layout documents into pages. But unfortunately, there is no public API, which allows you to determine where page starts or ends. Your request has been linked to the appropriate issue. You will be notified as soon as it is supported.
But as a workaround you can try using the code provided by Adam in this thread:
https://forum.aspose.com/t/58199
Best regards,

The issues you have found earlier (filed as WORDSNET-2978) have been fixed in this .NET update and this Java update.

This message was posted using Notification2Forum from Downloads module by aspose.notifier.
(17)

The issues you have found earlier (filed as ) have been fixed in this update. This message was posted using BugNotificationTool from Downloads module by MuzammilKhan