Skip to content

Commit 6cd4ca7

Browse files
authored
Update ppt2pdf_win.py
1 parent 987605a commit 6cd4ca7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ppt2pdf/ppt2pdf_win.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
# Function PPTtoPDF
6-
def PPTtoPDF(inputFileName, outputFileName, formatType= 2):
6+
def PPTtoPDF(inputFileName, outputFileName, formatType=2):
77
powerpoint = CreateObject('Powerpoint.Application')
88
constants = Constants(powerpoint)
99
powerpoint.Visible = 1
@@ -15,7 +15,7 @@ def PPTtoPDF(inputFileName, outputFileName, formatType= 2):
1515
deck.Close()
1616
powerpoint.Quit()
1717

18-
18+
1919
# Function PPTtoPDFNote
2020
def PPTtoPDFNote(inputFileName, outputFileName, formatType=32):
2121
powerpoint = CreateObject('Powerpoint.Application')

0 commit comments

Comments
 (0)