Class PdfConverter

Class PdfConverter

İsim alanı : Aspose.Cells.LowCode Toplantı: Aspose.Cells.dll (25.4.0)

Şablon dosyasını PDF’ye dönüştürmek için dönüştürebilirsiniz.

public class PdfConverter

Inheritance

object PdfConverter

Examples

PdfConverter.Process("template.xlsx", "res.pdf");

Methods

Process(String ve String)

Şablon dosyasını PDF’ye dönüştürür.

public static void Process(string templateFile, string resultFile)

Parameters

templateFile string

Şablon dosyası dönüştürülür

resultFile string

Sonuç dosyası pdf dosya olmalıdır.

Process(LowCodeLoadOptions, düşük kodlu seçenekler)

Şablon dosyasını PDF’ye dönüştürür

public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)

Parameters

loadOptions LowCodeLoadOptions

Giriş ve Yükleme Seçenekleri

saveOptions LowCodeSaveOptions

Üretim ve tasarruf seçenekleri

 Türkçe