docx2pdf icon indicating copy to clipboard operation
docx2pdf copied to clipboard

Support .doc and .docx files

Open Juddd opened this issue 5 years ago • 7 comments

As my try it support ".docx" file, but it cannot support ".doc" file to ".pdf". Can you provide it later? Please..

Juddd avatar Feb 21 '20 09:02 Juddd

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.

Juddd avatar Feb 21 '20 10:02 Juddd

Sure, we can add that. Would you like to submit a pull request?

AlJohri avatar Feb 21 '20 18:02 AlJohri

It works in my current usage, but I don't sure it works in all situation.. Please check then update. :)

Juddd avatar Feb 21 '20 18:02 Juddd

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

isthistruereality avatar Dec 06 '21 03:12 isthistruereality

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?

jmsv avatar Aug 29 '22 23:08 jmsv

@AlJohri could publish a newer version with this change in it please?

NataliaAn avatar May 19 '23 10:05 NataliaAn

any update on this?

MansSandberg avatar Feb 04 '24 13:02 MansSandberg