Skip to content
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

Repeated Header and footer count #62

Closed
rajcitystar opened this issue Oct 6, 2015 · 1 comment
Closed

Repeated Header and footer count #62

rajcitystar opened this issue Oct 6, 2015 · 1 comment

Comments

@rajcitystar
Copy link

Acutally i need to get the characters count in docx(including header and footer).
but open xml sdk is not giving header and footer part count.
now i have read the header and footer text. but I would like to know the number of time the header and footer text used in docx. so that i can multiply and get the correct count of header and footer text

@EricWhiteDev
Copy link
Contributor

@rajcitystar The Open XML SDK does not have this feature. In order to get this information, first we would have to paginate the document, so that we would know what the pages are for the document. We could then, in theory, figure out which headers / footers are used. However, there is no functionality in the Open-Xml-Sdk to figure out pagination, so this functionality is not possible. We don't contemplate adding pagination functionality to the SDK, so I am closing this issue. We can't fix this issue with the Open XML SDK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants