You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome! Thanks for posting your first issue. The way things work here is that while customer issues are prioritized,
other issues go into our backlog where they are assessed and fitted into the roadmap when suitable.
If you need to get this done, consider buying a license which also enables you to use it in your commercial products.
More information can be found on https://unidoc.io/
This is not possible for docx format and there is no reliable way to do that. Docx (OOXML) doesn't contain any page numbers related to paragraphs, lines, etc. In MS Word, page numbers for items are defined only during rendering.
Description
Is there any way to know a text line belongs to which page in a .docx file?
Expected Behavior
We should have an attribute in a text Item to get the page information:
Actual Behavior
There is only
Text
,DrawingInfo
,Paragraph
,Hyperlink
,TableInfo
BUT noPageInfo
in theTextItem
.Please include a reproducible code snippet or document attachment that
demonstrates the issue.
The text was updated successfully, but these errors were encountered: