Class PdfConverter
Info
Konvertor pro převod souboru šablony do pdf.
public class PdfConverter
Dědičnost
Děděné členy
- object.ToString(),
- object.Equals(object),
- object.Equals(object, object),
- object.ReferenceEquals(object, object),
- object.GetHashCode(),
- object.GetType(),
- object.MemberwiseClone()
Příklady
1PdfConverter converter = new PdfConverter();
2LoadOptions loadOptions = new LoadOptions();
3loadOptions.InputFile = "Template.xlsx";
4PdfSaveOptions saveOptions = new PdfSaveOptions();
5saveOptions.OutputFile = "res.pdf";
6converter.Process(loadOptions, saveOptions);
Konstruktor
PdfConverter()
public PdfConverter()
Metody
Process(LoadOptions, PdfSaveOptions)
Převádí soubor šablony do pdf
public void Process(LoadOptions loadOptions, PdfSaveOptions saveOptions)
Parametry
loadOptions
LoadOptions: Možnosti pro vstup a načítání:saveOptions
PdfSaveOptions: Možnosti pro výstup a ukládání
Namespace: Sheetize Assembly: Sheetize.dll