An open API service indexing awesome lists of open source software.

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.

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!