Convert multiple Word files to PDF files using.
Going to need to install python and create the folders C:\Temp\in
and C:\Temp\OUT
pip install virtualenv
python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
- In the folder
C:\Temp\in
put in the DOCX files - Run
python3 ./Word_to_PDF_File_Convert_using_python.py
- In the folder
C:\Temp\OUT
will apper the PDF files