Skip to content

Tag: python-docx

Save doc file as pdf file using python

I want to save a doc file as pdf using python, I tried so many solution but I couldn’t find the right one. This is my code, I tried to make the output file as a pdf file but it didn’t open. Any help is highly appreciated : Answer There is a Python package called docx2pdf. You can use it