-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Metadata is returning wrong number of pages #240
Comments
Is your template document 5 pages long? |
The number of pages is simply grabbed from a docx XML metadata element. It can only feasibly be determined by a docx renderer, like MS Word or LibreOffice. In more technical terms: I don't think the length of the document can be determined just by static analysis of the docx XML; the XML needs to be rendered. The |
👍 Great. Yes, this seems to be a hard limitation. Sorry I couldn't give a more satisfying answer. |
Thank you so much for this library. It's so helpful.
I have this bug... Metadata is returning wrong page number... the final document is 47 pages but it's showing 5
I think it's because of HTML content? Maybe?
I'm using HTML content inside a FOR Loop... example
The text was updated successfully, but these errors were encountered: