-
Notifications
You must be signed in to change notification settings - Fork 2
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
DOCX page size #1
Comments
Hello, Yeah...Unfortunately, the converted documents look so bad I told my parents to just convert to PDF before uploading.... The problem is that pandoc isn't actually keeping the original document formatting. Unfortunately, I haven't had time to look for an alternative approach, although I have a hunch there are powerful command-line tools for doing the conversion. I haven't had much time to work on this project but if you know of any command-line tools I could use to convert formats, please let me know. |
What about this one? https://www.npmjs.com/package/docx-pdf |
Thanks but I think I'd really like to avoid requiring npm and node on top of the python stack, not to mention the need for additional scripts to invoke docx-pdf from the web application. I ended up using LibreOffice. The conversion is not perfect but it preserves more of the original formatting. If you want to try it out and let me know what you think, do a |
Thanks for this contribution, it works great for pdf's. Unfortunately, the docx is converted to a funny document form I remember from using LaTeX long ago for my phd-thesis and after. Is there a way to adapt these - I believe default - settings?
The text was updated successfully, but these errors were encountered: