Converts the input presentation to a set of TIFF format images and saves them in the folder of the input presentation.
If the input file name is given as "myPath/myFilename.pptx",
the result will be saved as a set of "myPath/myFilename_N.tiff" files, where N is a slide number.
Converts the input presentation to a set of TIFF images.
If the output file name is given as "myPath/myFilename.tiff",
the result will be saved as a set of "myPath/myFilename_N.tiff" files, where N is a slide number.
Converts the input presentation to TIFF format with custom options.
If the output file name is given as "myPath/myFilename.tiff" and TiffConverterOptions.multi_page is false,
the result will be saved as a set of "myPath/myFilename_N.tiff" files, where N is a slide number.
Otherwise, if TiffConverterOptions.multi_page is true, the result will be a multi-page "myPath/myFilename.tiff" document.