to_pdf method

to_pdf

Converts Presentation to PDF.

@staticmethod
def to_pdf(pres_path, out_path):
    ...
ParameterTypeDescription
pres_pathstrPath of the input presentation
out_pathstrOutput path

to_pdf

Converts Presentation to PDF.

@staticmethod
def to_pdf(pres, out_path):
    ...
ParameterTypeDescription
presPresentationInput presentation
out_pathstrOutput path

to_pdf

Converts Presentation to PDF.

@staticmethod
def to_pdf(pres_path, out_path, options):
    ...
ParameterTypeDescription
pres_pathstrPath of the input presentation
out_pathstrOutput path
optionsIPdfOptionsOutput PDF options

to_pdf

Converts Presentation to PDF.

@staticmethod
def to_pdf(pres, out_path, options):
    ...
ParameterTypeDescription
presPresentationInput presentation
out_pathstrOutput path
optionsIPdfOptionsOutput PDF options

See Also