Sınıf DocConverter
Bilgi
Documentize.DocConverter eklentisini temsil eder. PDF belgelerini DOC/DOCX formatına dönüştürmek için kullanılır.
public sealed class DocConverter
Miras
Miras Alınan Üyeler
- object.GetType(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Örnekler
Bu örnek, PDF belgesini Doc formatına nasıl dönüştüreceğinizi gösterir.
// DocConverter oluştur
var plugin = new DocConverter();
// Talimatları ayarlamak için PdfToDocOptions nesnesi oluştur
var opt = new PdfToDocOptions();
// Girdi dosyası yolunu ekle
opt.AddInput(new FileDataSource(inputPath));
// Çıktı dosyası yolunu ayarla
opt.AddOutput(new FileDataSource(outputPath));
// işlemi gerçekleştir
plugin.Process(opt);
Yapıcılar
DocConverter()
public DocConverter()
Metotlar
Dispose()
IDisposable uygulaması.
public void Dispose()
Process(PdfToDocOptions)
Belirtilen parametrelerle Documentize.DocConverter işlemini başlatır.
public ResultContainer Process(PdfToDocOptions options)
Parametreler
options
PdfToDocOptions: Documentize.DocConverter için talimatlar içeren bir seçenek nesnesi.
Döndürür
ResultContainer : İşlemin sonucunu içeren bir Documentize.ResultContainer nesnesi.
Ad Alanı: Documentize B assembly: Documentize.dll