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.