Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 517 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 517 Bytes

any-to-pdf

This is a tool that converts txt, docx, pptx and excel files to pdf files with ease.

Dependencies

  pip install docx2pdf ppt2pdf fpdf Pillow img2pdf pywin32

Usage

First clone the repository to your system

git clone https://github.com/suraj-singh12/any-to-pdf.git
cd any-to-pdf/

Copy main.py file to the directory where your documents are present (for your convenience)

python main.py

Enter filename(relative path) then and Conversion done!