Class PdfConverter
Class PdfConverter
Konverter til at konvertere templatefil til pdf.
public class PdfConverter
Inheritance
De arvede medlemmer
- 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(Optioner, PdfSaveOptions)
Konverter templatefil til pdf
public static void Process(LoadOptions loadOptions, PdfSaveOptions saveOptions)
Parameters
loadOptions
LoadOptions : Optioner til indgang og opladning:saveOptions
PdfSaveOptions : Optioner til produktion og besparelse
Navne til: Sheetize Mødet af forsamlingen: Sheetize.dll