-
Notifications
You must be signed in to change notification settings - Fork 56
Create utility scripts for docx2html and docx2markdown #62
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
Conversation
Hello @titpetric. I have made a few simple entry points to accomplish what you have asked. I may still do a little clean up though. You will be able to call |
A coworker @zobo is looking into it. There's going to be a small push request shortly, but everything works so far! Thanks for a quick response. |
There, added a pull request to this branch. I had to add unicode encoding or the util would fail - čšž and other nice letters in our language :) Thaks again! |
Added output encoding to utf8.
…o issue_62 Conflicts: pydocx/parsers/Docx2Html.py
@zobo @titpetric is this a good explanation of how to use pydocx via the command line? https://github.com/OpenScienceFramework/pydocx/tree/issue_62#command-line-execution |
Perfect. |
Create utility scripts for docx2html and docx2markdown
Create utility scripts for docx2html and docx2markdown
Create utility scripts for docx2html and docx2markdown
As a non-python dev I'm not really sure how to use the available parsers simply without creating code. Is there a way to run it via command line? I'd like some user friendlyness, so I could quickly test conversion of docx files. Even documentation how to do this quickly would be welcome.