PdfConverter class

PdfConverter class

Converter for converting template file to pdf.

The PdfConverter type exposes the following members:

Methods

MethodDescription
process(, template_file, result_file)Converts given template file to pdf.
process(, load_options, save_options)Converts template file to pdf

Example

from aspose.cells.lowcode import PdfConverter

PdfConverter.process("template.xlsx", "res.pdf")

See Also