Class PdfConverter
Bilgi
Şablon dosyasını pdf’ye dönüştüren dönüştürücü.
public class PdfConverter
Kalıtım
Kalıtılan Üyeler
- object.ToString(),
- object.Equals(object),
- object.Equals(object, object),
- object.ReferenceEquals(object, object),
- object.GetHashCode(),
- object.GetType(),
- object.MemberwiseClone()
Örnekler
1
2
3PdfConverter converter = new PdfConverter();
4LoadOptions loadOptions = new LoadOptions();
5loadOptions.InputFile = "Template.xlsx";
6PdfSaveOptions saveOptions = new PdfSaveOptions();
7saveOptions.OutputFile = "res.pdf";
8converter.Process(loadOptions, saveOptions);
Yapıcılar
PdfConverter()
public PdfConverter()
Metotlar
Process(LoadOptions, PdfSaveOptions)
Şablon dosyasını pdf’ye dönüştürür
public void Process(LoadOptions loadOptions, PdfSaveOptions saveOptions)
Parametreler
loadOptions
LoadOptions: Girdi ve yükleme için seçenekler:saveOptions
PdfSaveOptions: Çıktı ve kaydetme için seçenekler
Namespace: Sheetize
Assembly: Sheetize.dll