a few months ago ,i reported a bug :
this bug was fixed at 2021.08 version…
now i got another bug:
1234.docx (798.1 KB)
var doc = new Aspose.Words.Document(fileFullName);
var pageCount = doc.PageCount;
this time ,pagecount is 1 which is incorrect. the correct value shoule be 2.
please help me to reslove this issue.