Class PdfConverter
Informação
Conversor para converter arquivo modelo em pdf.
public class PdfConverter
Herança
Membros Herdados
- object.ToString(),
- object.Equals(object),
- object.Equals(object, object),
- object.ReferenceEquals(object, object),
- object.GetHashCode(),
- object.GetType(),
- object.MemberwiseClone()
Exemplos
1PdfConverter converter = new PdfConverter();
2LoadOptions loadOptions = new LoadOptions();
3loadOptions.InputFile = "Template.xlsx";
4PdfSaveOptions saveOptions = new PdfSaveOptions();
5saveOptions.OutputFile = "res.pdf";
6converter.Process(loadOptions, saveOptions);
Construtores
PdfConverter()
public PdfConverter()
Métodos
Process(LoadOptions, PdfSaveOptions)
Converte o arquivo modelo em pdf
public void Process(LoadOptions loadOptions, PdfSaveOptions saveOptions)
Parâmetros
loadOptions
LoadOptions: Opções para entrada e carregamento:saveOptions
PdfSaveOptions: Opções para saída e salvamento
Namespace: Sheetize Assembly: Sheetize.dll