Search returns null for PageIndex when searching the attached .docx file.
I used GroupDocs.Parser 20.12 with the following code:
Landscape.zip (10.2 KB)
using (Parser parser = new Parser("Landscape.docx"))
{
// Search…...(SearchResult s in sr) { // Print an index, page number and found text:...