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
Well, yes and no, depends on the engine the docx was created. The pages are actually renderized on the engine you are running your docx file, what I mean with that: for example, the pages can be different if you open a docx file on google docs or office package. But there is a way to get the possible pages that were created. You must search for something like this in your xml file:
Is there a way via the docx API to get the page number when I'm parsing a table?
The text was updated successfully, but these errors were encountered: