Aspose::Cells::LowCode::PdfConverter class

PdfConverter class

Converter for converting template file to pdf.

class PdfConverter

Methods

MethodDescription
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const PdfConverter& src)operator=
PdfConverter(PdfConverter_Impl* impl)Constructs from an implementation object.
PdfConverter(const PdfConverter& src)Copy constructor.
static Process(const U16String& templateFile, const U16String& resultFile)Converts given template file to pdf.
static Process(const char16_t* templateFile, const char16_t* resultFile)Converts given template file to pdf.
static Process(const LowCodeLoadOptions& loadOptions, const LowCodeSaveOptions& saveOptions)Converts template file to pdf.
~PdfConverter()Destructor.

Fields

FieldDescription
_implThe implementation object.

Examples

PdfConverter::Process(u"template.xlsx", u"res.pdf");

See Also