Hi there
I am using Aspose word 16.6.0 to get page count from Word files.
The result seems not right.
My codes bellow will show 19, but actually it is 16 if you open it with MS Word.
Document doc = new Document(“custom/input/docx/word20160725.docx”);
System.out.println(doc.getPageCount());
Please check this, thanks
