Class PdfConverter

Info

Converter for converting template file to pdf.

public class PdfConverter

Inheritance

objectPdfConverter

Inherited Members

Examples

1PdfConverter converter = new PdfConverter();
2LoadOptions loadOptions = new LoadOptions();
3loadOptions.InputFile = "Template.xlsx";
4PdfSaveOptions saveOptions = new PdfSaveOptions();
5saveOptions.OutputFile = "res.pdf";
6converter.Process(loadOptions, saveOptions);

Constructors

PdfConverter()

public PdfConverter()

Methods

Process(LoadOptions, PdfSaveOptions)

Converts template file to pdf

public void Process(LoadOptions loadOptions, PdfSaveOptions saveOptions)

Parameters

Namespace: Sheetize Assembly: Sheetize.dll

 English