AlJohri / docx2pdf

MIT License
506 stars 96 forks source link

AssertionError: Line 89 in __init__.py #46

Closed CSynodinos closed 2 years ago

CSynodinos commented 2 years ago

Hi,

I have been using your library to do multiple file conversions, but I run into an AssetionError when I tried to convert a .doc file.

By reading your code, it's pretty clear that only .docx files are acceptable input arguments. Is it possible to add .doc support as well?

Edit: Saw that there is another issue thread made a year ago. Is .doc support still planned?

Thank you

AlJohri commented 2 years ago

@CSynodinos I haven't had time to add support for .doc but would be happy to accept a PR to do so!

AlJohri commented 2 years ago

Closing as duplicate of #4