
Offline PDF to Word conversion on Mac and Windows.

Pro Tip: You can convert as many PDF files into Word as you’d like. Make sure Word is set as the desired output. Microsoft Word will automatically change the PDF into an editable Word document. docx after the document name when I saved it but that didn't work either as the module docx can't do that. Open the Smallpdf Desktop app and click ‘PDF to Office’. To do one of these conversions, open a PDF by Control-clicking it, and selecting Open With > Adobe Acrobat Pro DC. Click on the PDF file you want to convert. After that, it just says: 0%| | 0/1 Īnd I tried to simply put. If you choose 'Word 97-2003 Document,' the PDF is converted to a DOC file. Click 'File,' select 'Save As Other,' select 'Microsoft Word' and click 'Word Document' to convert the PDF to a DOCX file. Click the Doc file you want to upload, and click the Open button in the lower-right corner. Open the PDF you want to convert in Adobe Acrobat. This will allow you to select and upload the file you want to convert. Click the blue Select a file from your computer button. The things I tried to do for it to save as a pdf: from docx2pdf import convertĬonvert('/my/folder/m圜hangedDocument.docx', '/my/folder/m圜hangedDocument.pdf')īut it says that Word needs permission to open the saved file and I have to select the file to give it the permission. You can find it at the top of the pop-up window.

This is an example of the code I'm working with: # Opening the original documentĭoc.save('/my/folder/m圜hangedDocument.docx') As you will most likely be using it for publishing, choose standard, minimum size will be fine. However, I want it to save it as a pdf but I don't know how to. The script I wrote, opens a docx, changes some words and then saves it in a certain folder as a docx. I've looked up several SO and other web pages but I haven't found anything that works.
