Class PdfConverter

Class PdfConverter

Namespace: Aspose.Cells.LowCode
Assembly: Aspose.Cells.dll (25.4.0)

Converter for converting template file to pdf.

public class PdfConverter

Inheritance

object PdfConverter

Examples

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

Methods

Process(string, string)

Converts given template file to pdf.

public static void Process(string templateFile, string resultFile)

Parameters

templateFile string

The template file to be converted

resultFile string

The resultant file, it must be pdf file.

Process(LowCodeLoadOptions, LowCodeSaveOptions)

Converts template file to pdf

public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)

Parameters

loadOptions LowCodeLoadOptions

Options for input and loading

saveOptions LowCodeSaveOptions

Options for output and saving

 English