Louise
Results
1
issues of
Louise
Hello, I followed the example from your documentation to convert my docx file to html: ``` from pydocx import PyDocX # Pass in a path html = PyDocX.to_html('file.docx') # Pass...