Class PdfConverter
Class PdfConverter
Konvertor pre konverziu šablóny súboru do PDF.
public class PdfConverter
Inheritance
Z dedičných členov
- object.GetType() ,
- object.MemberwiseClone() ,
- object.ToString() ,
- object.Equals(object?) ,
- object.Equals(object?, object?) ,
- object.ReferenceEquals(object?, object?) ,
- object.GetHashCode()
Examples
[C#]
LoadOptions loadOptions = new LoadOptions();
loadOptions.InputFile = "Template.xlsx";
PdfSaveOptions saveOptions = new PdfSaveOptions();
saveOptions.OutputFile = "res.pdf";
PdfConverter.Process(loadOptions, saveOptions);
Methods
Process(Prehľad, PdfSaveOptions)
Konvertovať šablóny súboru do PDF
public static void Process(LoadOptions loadOptions, PdfSaveOptions saveOptions)
Parameters
loadOptions
LoadOptions Možnosti vstupu a nabíjania:saveOptions
PdfSaveOptions : Možnosti pre výnos a úsporu
Pôvodný názov: Sheetize Zhromaždenie sa uskutočnilo: Sheetize.dll