-
-
Notifications
You must be signed in to change notification settings - Fork 560
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
Support header/footer #9
Comments
I've been researching docx converters recently. Many seem to have issues with headers and footers. Is it possible to explain why it's tough to implement this? |
I don't know about other tools, but Mammoth doesn't convert headers and footers because it's not obvious what the correct behaviour when converting to HTML would be in the general case. |
@mwilliamson I started to make some progress trying to put headers and footers at the ends and after every hard page break. I have only been playing around with mammoth for 1 day, so I could probably be doing a whole lot of things better. Your feedback would be greatly appreciated - shubhamgoyal/python-mammoth@57e5d29 |
I'm hoping to use Mammoth in a workflow preparing docx files for epub. Even if header and footer information was default ignored by Mammoth, it would be fantastic if I could somehow inject their content via the style map. |
Hi all, do we have any updates on this issue? |
+1 for feature request, at least in raw text if not html. |
As this functionality has already been added to the python version I ported that PR to this library in my PR #373. |
+1 for this feature, totally necessary |
I'm not sure when or if I'll get time to work on it, but having a minimal example document and the HTML you'd expect to see generated for each of your use cases would be useful. |
As per title
The text was updated successfully, but these errors were encountered: