Using OpenXML, can I read the document content by page number?
wordDocument.MainDocumentPart.Document.Body gives content of full document.
Rename docx to zip. Open docProps\app.xml file. :
Normal
0
1
141
809
Microsoft Office Word
0
6
1
false
Название
1
false
949
false
false
14.0000
OpenXML lib reads wordDocument.ExtendedFilePropertiesPart.Properties.Pages.Text from . This properies are created only by winword application. if word document changed wordDocument.ExtendedFilePropertiesPart.Properties.Pages.Text is not actual. if word document created programmatically the wordDocument.ExtendedFilePropertiesPart is offten null.