Skip to content

Commit dee5c2d

Browse files
Update README.md
1 parent 0ad5cf3 commit dee5c2d

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

ppt2pdf/README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
1-
# PPT to PDF Converter with Python
1+
# Package/Script Name: ppt2pdf
22

3+
* PPT to PDF Converter with Python
4+
* For Windows users & Linux ones.
5+
*
6+
7+
8+
# Setup instructions
39
## For Windows
410

511
## Note that `comtypes` is only available for Windows.
612

713
* Function `PPTtoPDF()`
814
* Fucntion `PPTtoPDFNote()`
915

16+
**How to use :**
17+
18+
```console
19+
PPTtoPDF('InputFile.pptx', 'OutputFile.pdf')
20+
```
21+
---
22+
```console
23+
PPTtoPDFNote('InputFile.pptx', 'Output_with_Note.pdf')
24+
```
25+
1026

1127
## For Linux
1228

@@ -17,3 +33,12 @@ sudo apt install unoconv
1733
pip install tqdm
1834
pip install glob
1935
```
36+
37+
# Output
38+
39+
* The `PDF/PDFNote` file
40+
41+
42+
# Author:
43+
44+
## [Ayoub Berdeddouch](https://github.com/ayoub-berdeddouch)

0 commit comments

Comments
 (0)