Class PdfConverter
Información
Convertidor para convertir archivo de plantilla a pdf.
public class PdfConverter
Herencia
Miembros heredados
- object.ToString(),
- object.Equals(object),
- object.Equals(object, object),
- object.ReferenceEquals(object, object),
- object.GetHashCode(),
- object.GetType(),
- object.MemberwiseClone()
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
loadOptions
LoadOptions: Opciones para la entrada y carga:saveOptions
PdfSaveOptions: Opciones para la salida y el guardado
Namespace: Sheetize Assembly: Sheetize.dll