From 35992441d7c2e3d090bafe3ed9fe0c763484a8b9 Mon Sep 17 00:00:00 2001 From: Ayudh-65 <68161774+Ayudh-65@users.noreply.github.com> Date: Mon, 3 Oct 2022 18:03:46 +0530 Subject: [PATCH] Create README.md --- scripts/word_to_pdf_converter/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 scripts/word_to_pdf_converter/README.md diff --git a/scripts/word_to_pdf_converter/README.md b/scripts/word_to_pdf_converter/README.md new file mode 100644 index 0000000..c6adef4 --- /dev/null +++ b/scripts/word_to_pdf_converter/README.md @@ -0,0 +1,13 @@ +# 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