Skip to content

Convert all .doc or .docx in a folder to PDF and removes old .doc(x) files

Notifications You must be signed in to change notification settings

Mortis-TheBat/Bulk-Doc-x--To-Pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bulk-Docx-To-Pdf

Converts all .docx or .doc to PDF!

**Converting .docx files ** Use Python script for converting docx files

**Converting .doc files ** For .doc files, you need a Linux environment. We will use removeSpaces.sh to convert (say) "James Bond.doc" to "James_Bond.doc". It is always recommended not to haev spaces between files (: After removing the spaces, we execute the convertToPdf.sh to convert our doc files to PDF

Make the file executable using- chmod +x removeSpaces.sh and chmod +x converToPdf.sh

Execute it using- ./removeSpaces.sh and ./converToPdf.sh

(Don't forget to change to the direcotry where the script is!)

About

Convert all .doc or .docx in a folder to PDF and removes old .doc(x) files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published