Class PdfConverter
Info
Converter untuk mengonversi file template ke pdf.
public class PdfConverter
Pewarisan
Anggota yang diwarisi
- object.ToString(),
- object.Equals(object),
- object.Equals(object, object),
- object.ReferenceEquals(object, object),
- object.GetHashCode(),
- object.GetType(),
- object.MemberwiseClone()
Contoh
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()
Metode
Process(LoadOptions, PdfSaveOptions)
Mengonversi file template ke pdf
public void Process(LoadOptions loadOptions, PdfSaveOptions saveOptions)
Parameter
loadOptions
LoadOptions: Opsi untuk input dan pemuatan:saveOptions
PdfSaveOptions: Opsi untuk output dan penyimpanan
Namespace: Sheetize Assembly: Sheetize.dll