Class PdfConverter

Class PdfConverter

Converter for converting template file to pdf.
public class PdfConverter

Inheritance

object PdfConverter

Inherited Members

Examples

[C#]
LoadOptions loadOptions = new LoadOptions();
loadOptions.InputFile = "Template.xlsx";
PdfSaveOptions saveOptions = new PdfSaveOptions();
saveOptions.OutputFile = "res.pdf";
PdfConverter.Process(loadOptions, saveOptions);

Methods

Process(LoadOptions, PdfSaveOptions)

Converts template file to pdf

public static void Process(LoadOptions loadOptions, PdfSaveOptions saveOptions)

Parameters

Namespace: Sheetize | Assembly: Sheetize.dll

 English