Aspose::Cells::LowCode::PdfConverter class
Contents
[
Hide
]PdfConverter class
Converter for converting template file to pdf.
class PdfConverter
Methods
| Method | Description |
|---|---|
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator 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
| Field | Description |
|---|---|
| _impl | The implementation object. |
Examples
PdfConverter::Process(u"template.xlsx", u"res.pdf");
See Also
- Namespace Aspose::Cells::LowCode
- Library Aspose.Cells for C++