I am evaluating aspose for a project and got into issue in PageCount function.
Downloaded Aspose.Words in Nuget and 19.11.0.0 is the version. Using it in c# application.
If I get page count for sample word document its giving correct count, but If i give production real document which we will be using in live and its giving wrong count .
Means : It has only 1 page but Document.PageCount returns 2. If I add more contents to the same document upto 3 pages then PageCount returns 4. Its adding extra 1 page .
Same document return correct page using Microsoft.Office.Interop.
Attached test file.