File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 1
- # PPT to PDF Converter with Python
1
+ # Package/Script Name: ppt2pdf
2
2
3
+ * PPT to PDF Converter with Python
4
+ * For Windows users & Linux ones.
5
+ *
6
+
7
+
8
+ # Setup instructions
3
9
## For Windows
4
10
5
11
## Note that ` comtypes ` is only available for Windows.
6
12
7
13
* Function ` PPTtoPDF() `
8
14
* Fucntion ` PPTtoPDFNote() `
9
15
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
+
10
26
11
27
## For Linux
12
28
@@ -17,3 +33,12 @@ sudo apt install unoconv
17
33
pip install tqdm
18
34
pip install glob
19
35
```
36
+
37
+ # Output
38
+
39
+ * The ` PDF/PDFNote ` file
40
+
41
+
42
+ # Author:
43
+
44
+ ## [ Ayoub Berdeddouch] ( https://github.com/ayoub-berdeddouch )
You can’t perform that action at this time.
0 commit comments