Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Batch convert docx files to pdf

If you have Microsoft Word installed, you can use the docx2pdf command line utility to batch convert docx to pdf on windows or macos. https://github.com/AlJohri/docx2pdf

Install:

pip install docx2pdf

Run:

docx2pdf myfolder/

Disclaimer: I wrote this tool after struggling to find a cross-platform solution for batch converting docx to pdf with zero formatting issues.


There is

this Powershell script,

the freeware File Converter,

and this doc2pdf.vbs script.

Tags:

Pdf

Windows 10

Conversion

Microsoft Word

Related

How would I automate command line software that only takes processes one image at a time? Windows 10 Search not loading, showing blank window JBL headphones have miserable sound quality with bluetooth on laptop, deactivation of mic (the supposed fix) is not possible Zeroing the content of a hard drive without destroying the filesystem Is it neccessary to clear browser cache periodically? What's the purpose of the "Capacity" selection in the "Format Volume" dialog? Converting a "set" into lowercase How to ignore "uTorrent Web app will damage your mac" warning? How to get VirtualBox VM's display refresh rate >60Hz? Read alternate data streams over SMB with Linux Why does a gigabit/sec Internet connection via cable (coax) not offer symmetrical speeds like fiber? Can a 64-bit computer (x86) run a 16-bit OS natively, without emulation?

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy