docx2pdf
docx2pdf copied to clipboard
Support .doc and .docx files
As my try it support ".docx" file, but it cannot support ".doc" file to ".pdf". Can you provide it later? Please..
I note if I change the assert str(input_path).endswith(".docx")
into assert str(input_path).endswith(".docx") or str(input_path).endswith(".doc")
then I can convert ".doc" also. Hope to be added in your future version.
Sure, we can add that. Would you like to submit a pull request?
It works in my current usage, but I don't sure it works in all situation.. Please check then update. :)
any luck on adding this enhancement? wish i had the skill to submit a pull request myself. maybe i'll take a crack at it
looks like this was fixed in a575ea372e6ad63410208da58a308a27ce55dbce (Feb 22) but the version on PyPI is older (Dec 21) - was this intended for a release @AlJohri?
@AlJohri could publish a newer version with this change in it please?
any update on this?