Metadata-Version: 2.1
Name: ppt2pdf
Version: 0.0.3
Summary: Converts PPT to PDF
Home-page: https://github.com/Swarag-N/powerpoint-to-pdf
Author: Swarag Narayanasetty
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: comtypes
Requires-Dist: pyfiglet
Requires-Dist: PyInquirer

# PPT2PDF

A command line tool to convert PowerPoint (PPT/PPTX) files to Adobe PDF.

For a single file simply run

```console
ppt2pdf file input.ppt
```

For converting multiple files in a directory run

```console
ppt2pdf dir .
```

use -s/--select flag to select the files in directory

## PowerPoint to PDF

A set of Python scripts to convert PowerPoint (PPT/PPTX) files to Adobe PDF

- Convert.py - Converts a PowerPoint (PPT/PPTX) file into an Adobe PDF
- ConvertAll.py - Converts all PowerPoint (PPT/PPTX) files in a folder into Adobe PDFs
- ConvertHere.py - Converts all PowerPoint (PPT/PPTX) files the working folder into Adobe PDFs

Please see each script for full instructions on how to use the script.

My Implemenation of the Scripts
![Folder](.\docs\images\folderScript.gif)


