Class PdfConverter

Información

Convertidor para convertir archivo de plantilla a pdf.

public class PdfConverter

Herencia

objectPdfConverter

Miembros heredados

Ejemplos

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

Constructores

PdfConverter()

public PdfConverter()

Métodos

Process(LoadOptions, PdfSaveOptions)

Convierte archivo de plantilla a pdf

public void Process(LoadOptions loadOptions, PdfSaveOptions saveOptions)

Parámetros

Namespace: Sheetize Assembly: Sheetize.dll

 Español