https://github.com/suraj-singh12/any-to-pdf
Convert text, Docs, Ppt, Excel, and images to pdf files easily.
https://github.com/suraj-singh12/any-to-pdf
docx excel hacktoberfest hacktoberfest2022 pdf pdf-generation pptx python text tkinter
Last synced: 3 months ago
JSON representation
Convert text, Docs, Ppt, Excel, and images to pdf files easily.
- Host: GitHub
- URL: https://github.com/suraj-singh12/any-to-pdf
- Owner: suraj-singh12
- License: gpl-3.0
- Created: 2021-07-08T16:24:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-27T17:17:01.000Z (about 3 years ago)
- Last Synced: 2025-04-03T09:23:17.660Z (7 months ago)
- Topics: docx, excel, hacktoberfest, hacktoberfest2022, pdf, pdf-generation, pptx, python, text, tkinter
- Language: Python
- Homepage:
- Size: 439 KB
- Stars: 16
- Watchers: 1
- Forks: 13
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# any-to-pdf
This is a tool that converts `txt`, `docx`, `pptx` and `excel` files to `pdf` files with ease.
## Dependencies
```sh
pip install docx2pdf ppt2pdf fpdf Pillow img2pdf pywin32
```
## Usage
First clone the repository to your system
```sh
git clone https://github.com/suraj-singh12/any-to-pdf.git
```
```sh
cd any-to-pdf/
```
>Copy main.py file to the directory where your documents are present (for your convenience)
```sh
python main.py
```
>Enter filename(relative path) then and Conversion done!