python-scripts/scripts/word_to_pdf_converter
2022-10-03 18:03:46 +05:30
..
README.md Create README.md 2022-10-03 18:03:46 +05:30
requirements.txt Add word to pdf converter 2022-10-03 17:55:55 +05:30
script.py Add word to pdf converter 2022-10-03 17:55:55 +05:30
Test.docx Add word to pdf converter 2022-10-03 17:55:55 +05:30
Test.pdf Add word to pdf converter 2022-10-03 17:55:55 +05:30

Word file (docx) to PDF converter

This is a easy-to-use Tkinter GUI application that takes a .docx file or a folder with .docx files as an input and converts them into .pdf files using the docx2pdf module

Installing Requirements

  • Open Windows Command Prompt
  • Run command pip install docx2pdf

Usage

  • Install the requirements (Python and docx2pdf module)
  • Run the script
  • Select the file/files to be converted
  • Wait for confirmation