Class Converter

Class Converter

Namespace: Aspose.Html.Converters
Assembly: Aspose.HTML.dll (25.1.0)

En sık kullanılan dönüşüm senaryoları için paylaşılan bir yüzey sağlar.
PDF, XPS, resim formatları gibi popüler formatlara geniş bir dönüşüm yelpazesi sunar.
Daha spesifik dönüşüm (render alma, kaydetme) kullanıcı durumları, iyi bilinen ve belgelenmiş düşük seviye API fonksiyonlarıyla sunulmaktadır.

[ComVisible(true)]
public static class Converter

Miras

objectConverter

Miras Alınan Üyeler

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Yöntemler

ConvertEPUB(Stream, XpsSaveOptions, string)

Epub kaynağını xps formatına dönüştürür. Sonuç xps dosyasıdır.

public static void ConvertEPUB(Stream stream, XpsSaveOptions options, string outputPath)

Parametreler

stream Stream

Dönüşüm kaynağı.

options XpsSaveOptions

Dönüşüm seçenekleri.

outputPath string

Çıktı dosyası yolu.

ConvertEPUB(string, XpsSaveOptions, string)

Epub kaynağını xps formatına dönüştürür. Sonuç xps dosyasıdır.

public static void ConvertEPUB(string sourcePath, XpsSaveOptions options, string outputPath)

Parametreler

sourcePath string

EPUB kaynak dosya yolu. Bu, mevcut dizin yolu ile birleştirilerek mutlak bir URL oluşturulacaktır.

options XpsSaveOptions

Dönüşüm seçenekleri.

outputPath string

Çıktı dosyası yolu.

ConvertEPUB(Url, XpsSaveOptions, string)

Epub kaynağını xps formatına dönüştürür. Sonuç xps dosyasıdır.

public static void ConvertEPUB(Url sourceUrl, XpsSaveOptions options, string outputPath)

Parametreler

sourceUrl Url

Kaynak URL.

options XpsSaveOptions

Dönüşüm seçenekleri.

outputPath string

Çıktı dosyası yolu.

ConvertEPUB(Stream, Configuration, XpsSaveOptions, string)

Epub kaynağını xps formatına dönüştürür. Sonuç xps dosyasıdır.

public static void ConvertEPUB(Stream stream, Configuration configuration, XpsSaveOptions options, string outputPath)

Parametreler

stream Stream

Dönüşüm kaynağı.

configuration Configuration

Ortam yapılandırması.

options XpsSaveOptions

Dönüşüm seçenekleri.

outputPath string

Çıktı dosyası yolu.

ConvertEPUB(string, Configuration, XpsSaveOptions, string)

Epub kaynağını xps formatına dönüştürür. Sonuç xps dosyasıdır.

public static void ConvertEPUB(string sourcePath, Configuration configuration, XpsSaveOptions options, string outputPath)

Parametreler

sourcePath string

EPUB kaynak dosya yolu. Bu, mevcut dizin yolu ile birleştirilerek mutlak bir URL oluşturulacaktır.

configuration Configuration

Ortam yapılandırması.

options XpsSaveOptions

Dönüşüm seçenekleri.

outputPath string

Çıktı dosyası yolu.

ConvertEPUB(Url, Configuration, XpsSaveOptions, string)

Epub kaynağını xps formatına dönüştürür. Sonuç xps dosyasıdır.

public static void ConvertEPUB(Url sourceUrl, Configuration configuration, XpsSaveOptions options, string outputPath)

Parametreler

sourceUrl Url

Kaynak URL.

configuration Configuration

Ortam yapılandırması.

options XpsSaveOptions

Dönüşüm seçenekleri.

outputPath string

Çıktı dosyası yolu.

ConvertEPUB(Stream, XpsSaveOptions, ICreateStreamProvider)

Epub kaynağını xps formatına dönüştürür. Sonuç xps dosyasıdır.

public static void ConvertEPUB(Stream stream, XpsSaveOptions options, ICreateStreamProvider provider)

Parametreler

stream Stream

Dönüşüm kaynağı.

options XpsSaveOptions

Dönüşüm seçenekleri.

provider ICreateStreamProvider

Çıktı akışını almak için kullanılacak Aspose.Html.IO.ICreateStreamProvider arayüzünün bir uygulaması.

ConvertEPUB(string, XpsSaveOptions, ICreateStreamProvider)

Epub kaynağını xps formatına dönüştürür. Sonuç xps dosyasıdır.

public static void ConvertEPUB(string sourcePath, XpsSaveOptions options, ICreateStreamProvider provider)

Parametreler

sourcePath string

EPUB kaynak dosya yolu. Bu, mevcut dizin yolu ile birleştirilerek mutlak bir URL oluşturulacaktır.

options XpsSaveOptions

Dönüşüm seçenekleri.

provider ICreateStreamProvider

Çıktı akışını almak için kullanılacak Aspose.Html.IO.ICreateStreamProvider arayüzünün bir uygulaması.

ConvertEPUB(Url, XpsSaveOptions, ICreateStreamProvider)

Epub kaynağını xps formatına dönüştürür. Sonuç xps dosyasıdır.

public static void ConvertEPUB(Url sourceUrl, XpsSaveOptions options, ICreateStreamProvider provider)

Parametreler

sourceUrl Url

Kaynak URL.

options XpsSaveOptions

Dönüşüm seçenekleri.

provider ICreateStreamProvider

Çıktı akışını almak için kullanılacak Aspose.Html.IO.ICreateStreamProvider arayüzünün bir uygulaması.

ConvertEPUB(Stream, Configuration, XpsSaveOptions, ICreateStreamProvider)

Epub kaynağını xps formatına dönüştürür. Sonuç xps dosyasıdır.

public static void ConvertEPUB(Stream stream, Configuration configuration, XpsSaveOptions options, ICreateStreamProvider provider)

Parametreler

stream Stream

Dönüşüm kaynağı.

configuration Configuration

Ortam yapılandırması.

options XpsSaveOptions

Dönüşüm seçenekleri.

provider ICreateStreamProvider

Çıktı akışını almak için kullanılacak Aspose.Html.IO.ICreateStreamProvider arayüzünün bir uygulaması.

ConvertEPUB(string, Configuration, XpsSaveOptions, ICreateStreamProvider)

Epub kaynağını xps formatına dönüştürür. Sonuç xps dosyasıdır.

public static void ConvertEPUB(string sourcePath, Configuration configuration, XpsSaveOptions options, ICreateStreamProvider provider)

Parametreler

sourcePath string

EPUB kaynak dosya yolu. Bu, mevcut dizin yolu ile birleştirilerek mutlak bir URL oluşturulacaktır.

configuration Configuration

Ortam yapılandırması.

options XpsSaveOptions

Dönüşüm seçenekleri.

provider ICreateStreamProvider

Çıktı akışını almak için kullanılacak Aspose.Html.IO.ICreateStreamProvider arayüzünün bir uygulaması.

ConvertEPUB(Url, Configuration, XpsSaveOptions, ICreateStreamProvider)

Epub kaynağını xps formatına dönüştürür. Sonuç xps dosyasıdır.

public static void ConvertEPUB(Url sourceUrl, Configuration configuration, XpsSaveOptions options, ICreateStreamProvider provider)

Parametreler

sourceUrl Url

Kaynak URL.

configuration Configuration

Ortam yapılandırması.

options XpsSaveOptions

Dönüşüm seçenekleri.

provider ICreateStreamProvider

Çıktı akışını almak için kullanılacak Aspose.Html.IO.ICreateStreamProvider arayüzünün bir uygulaması.

ConvertEPUB(Stream, XpsSaveOptions, ICreateStreamProvider)

Epub kaynağını xps formatına dönüştürür. Sonuç xps dosyasıdır.

public static void ConvertEPUB(Stream stream, XpsSaveOptions options, ICreateStreamProvider provider)

Parametreler

stream Stream

Dönüşüm kaynağı.

options XpsSaveOptions

Dönüşüm seçenekleri.

provider ICreateStreamProvider

Çıktı akışını almak için kullanılacak Aspose.Html.IO.ICreateStreamProvider arayüzünün bir uygulaması.

 Türkçe