DocX icon indicating copy to clipboard operation
DocX copied to clipboard

Cannot Detect true page count

Open Ali-YousefiTelori opened this issue 1 year ago • 1 comments

Here is an attachment file that has 5 pages, But Xceed returned to me only 3 pages count:

            using (var document = DocX.Load("example.docx"))
            {
                var pageCount = document.GetPageCount();
            }

Quote - Copy.docx

Ali-YousefiTelori avatar Mar 01 '24 10:03 Ali-YousefiTelori

Hi,

I believe this is because you are using big images. You could always try with smaller images and see if it help, until this issue is fixed.

Thank you

XceedBoucherS avatar Mar 14 '24 14:03 XceedBoucherS