Class PdfConverter
Class PdfConverter
Converter voor het converteren van template-bestand naar pdf.
public class PdfConverter
Inheritance
Geëerbiede leden
- 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(LoadOptions, PdfSaveopties)
Convert template bestand naar pdf
public static void Process(LoadOptions loadOptions, PdfSaveOptions saveOptions)
Parameters
loadOptions
LoadOptions Opties voor input en loading:saveOptions
PdfSaveOptions Opties voor productie en besparing
De naam: Sheetize Voor de vergadering: Sheetize.dll