Class Converter
İsim alanı : Aspose.Html.Converters Toplantı: Aspose.HTML.dll (25.5.0)
Sadece en sık dönüşüm senaryoları için paylaşıldı.Popüler formatlara dönüşümlerin geniş bir yelpazesini sağlar, örneğin PDF, XPS, görüntü biçimleri vb.Daha spesifik dönüşüm (dönüşüm, kurtarma) kullanıcı durumları iyi bilinen ve belgelendirilmiş düşük seviyeli API fonksiyonları tarafından sunulmaktadır.
[ComVisible(true)]
public static class ConverterInheritance
mirasçı üyeleri
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Methods
dönüştürücü(Stream, XpsSaveOptions, Çizgi)
Epub kaynağını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertEPUB(Stream stream, XpsSaveOptions options, string outputPath)Parameters
stream Stream
Dönüşüm kaynağı
options XpsSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(string, XpsSaveOptions, string)
Epub kaynağını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertEPUB(string sourcePath, XpsSaveOptions options, string outputPath)Parameters
sourcePath string
EPUB kaynak dosya yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
options XpsSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(Url, XpsSaveOptions, Çerçeve)
Epub kaynağını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertEPUB(Url sourceUrl, XpsSaveOptions options, string outputPath)Parameters
sourceUrl Url
Kaynak URL
options XpsSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(akış, yapılandırma, XpsSaveOptions, string)
Epub kaynağını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertEPUB(Stream stream, Configuration configuration, XpsSaveOptions options, string outputPath)Parameters
stream Stream
Dönüşüm kaynağı
configuration Configuration
Çevre yapılandırması için.
options XpsSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(string, Konfigürasyon, XpsSaveOptions, string)
Epub kaynağını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertEPUB(string sourcePath, Configuration configuration, XpsSaveOptions options, string outputPath)Parameters
sourcePath string
EPUB kaynak dosya yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options XpsSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(Url, Konfigürasyon, XpsSaveOptions, string)
Epub kaynağını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertEPUB(Url sourceUrl, Configuration configuration, XpsSaveOptions options, string outputPath)Parameters
sourceUrl Url
Kaynak URL
configuration Configuration
Çevre yapılandırması için.
options XpsSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(Akış, XpsSaveOptions, ICreateStreamProvider)
Epub kaynağını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertEPUB(Stream stream, XpsSaveOptions options, ICreateStreamProvider provider)Parameters
stream Stream
Dönüşüm kaynağı
options XpsSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(Çerçeve, XpsSaveOptions, ICreateStreamProvider)
Epub kaynağını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertEPUB(string sourcePath, XpsSaveOptions options, ICreateStreamProvider provider)Parameters
sourcePath string
EPUB kaynak dosya yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
options XpsSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(Url, XpsSaveOptions, ICreateStreamProvider)
Epub kaynağını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertEPUB(Url sourceUrl, XpsSaveOptions options, ICreateStreamProvider provider)Parameters
sourceUrl Url
Kaynak URL
options XpsSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(Akış, Yapılandırma, XpsSaveOptions, ICreateStreamProvider)
Epub kaynağını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertEPUB(Stream stream, Configuration configuration, XpsSaveOptions options, ICreateStreamProvider provider)Parameters
stream Stream
Dönüşüm kaynağı
configuration Configuration
Çevre yapılandırması için.
options XpsSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(string, Konfigürasyon, XpsSaveOptions, ICreateStreamProvider)
Epub kaynağını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertEPUB(string sourcePath, Configuration configuration, XpsSaveOptions options, ICreateStreamProvider provider)Parameters
sourcePath string
EPUB kaynak dosya yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options XpsSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(Url, Konfigürasyon, XpsSaveOptions, ICreateStreamProvider)
Epub kaynağını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertEPUB(Url sourceUrl, Configuration configuration, XpsSaveOptions options, ICreateStreamProvider provider)Parameters
sourceUrl Url
Kaynak URL
configuration Configuration
Çevre yapılandırması için.
options XpsSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(Stream, DocSaveOptions, Çerçeve)
EPUB kaynağını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertEPUB(Stream stream, DocSaveOptions options, string outputPath)Parameters
stream Stream
Dönüşüm kaynağı
options DocSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(String, DocSaveOptions ve String)
EPUB kaynağını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertEPUB(string sourcePath, DocSaveOptions options, string outputPath)Parameters
sourcePath string
EPUB kaynak dosya yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
options DocSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(Url, DocSaveOptions, Çerçeve)
EPUB kaynağını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertEPUB(Url sourceUrl, DocSaveOptions options, string outputPath)Parameters
sourceUrl Url
Kaynak URL
options DocSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(akış, yapılandırma, DocSaveOptions, string)
EPUB kaynağını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertEPUB(Stream stream, Configuration configuration, DocSaveOptions options, string outputPath)Parameters
stream Stream
Dönüşüm kaynağı
configuration Configuration
Çevre yapılandırması için.
options DocSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(string, Konfigürasyon, DocSaveOptions, string)
EPUB kaynağını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertEPUB(string sourcePath, Configuration configuration, DocSaveOptions options, string outputPath)Parameters
sourcePath string
EPUB kaynak dosya yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options DocSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(Url, Konfigürasyon, DocSaveOptions, string)
EPUB kaynağını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertEPUB(Url sourceUrl, Configuration configuration, DocSaveOptions options, string outputPath)Parameters
sourceUrl Url
Kaynak URL
configuration Configuration
Çevre yapılandırması için.
options DocSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(Akış, DocSaveOptions, ICreateStreamProvider)
EPUB kaynağını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertEPUB(Stream stream, DocSaveOptions options, ICreateStreamProvider provider)Parameters
stream Stream
Dönüşüm kaynağı
options DocSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(çubuk, DocSaveOptions, ICreateStreamProvider)
EPUB kaynağını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertEPUB(string sourcePath, DocSaveOptions options, ICreateStreamProvider provider)Parameters
sourcePath string
EPUB kaynak dosya yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
options DocSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(Url, DocSaveOptions ve ICreateStreamProvider)
EPUB kaynağını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertEPUB(Url sourceUrl, DocSaveOptions options, ICreateStreamProvider provider)Parameters
sourceUrl Url
Kaynak URL
options DocSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(Akış, Yapılandırma, DocSaveOptions, ICreateStreamProvider)
EPUB kaynağını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertEPUB(Stream stream, Configuration configuration, DocSaveOptions options, ICreateStreamProvider provider)Parameters
stream Stream
Dönüşüm kaynağı
configuration Configuration
Çevre yapılandırması için.
options DocSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(Çerçeve, Konfigürasyon, DocSaveOptions, ICreateStreamProvider)
EPUB kaynağını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertEPUB(string sourcePath, Configuration configuration, DocSaveOptions options, ICreateStreamProvider provider)Parameters
sourcePath string
EPUB kaynak dosya yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options DocSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(Url, Konfigürasyon, DocSaveOptions, ICreateStreamProvider)
EPUB kaynağını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertEPUB(Url sourceUrl, Configuration configuration, DocSaveOptions options, ICreateStreamProvider provider)Parameters
sourceUrl Url
Kaynak URL
configuration Configuration
Çevre yapılandırması için.
options DocSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(Stream, PdfSaveOptions, Çizgi)
EPUB kaynağını PDF’ye dönüştürün. sonuç PDF dosyasıdır.
public static void ConvertEPUB(Stream stream, PdfSaveOptions options, string outputPath)Parameters
stream Stream
Dönüşüm kaynağı
options PdfSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(Çerçeve, PdfSaveOptions, Çerçeve)
EPUB kaynağını PDF’ye dönüştürün. sonuç PDF dosyasıdır.
public static void ConvertEPUB(string sourcePath, PdfSaveOptions options, string outputPath)Parameters
sourcePath string
EPUB kaynak dosya yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
options PdfSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(Url, PdfSaveOptions, Çerçeve)
EPUB kaynağını PDF’ye dönüştürün. sonuç PDF dosyasıdır.
public static void ConvertEPUB(Url sourceUrl, PdfSaveOptions options, string outputPath)Parameters
sourceUrl Url
Kaynak URL
options PdfSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(akış, yapılandırma, PdfSaveOptions, string)
EPUB kaynağını PDF’ye dönüştürün. sonuç PDF dosyasıdır.
public static void ConvertEPUB(Stream stream, Configuration configuration, PdfSaveOptions options, string outputPath)Parameters
stream Stream
Dönüşüm kaynağı
configuration Configuration
Çevre yapılandırması için.
options PdfSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(string, yapılandırma, PdfSaveOptions, string)
EPUB kaynağını PDF’ye dönüştürün. sonuç PDF dosyasıdır.
public static void ConvertEPUB(string sourcePath, Configuration configuration, PdfSaveOptions options, string outputPath)Parameters
sourcePath string
EPUB kaynak dosya yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options PdfSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(Url, yapılandırma, PdfSaveOptions, string)
EPUB kaynağını PDF’ye dönüştürün. sonuç PDF dosyasıdır.
public static void ConvertEPUB(Url sourceUrl, Configuration configuration, PdfSaveOptions options, string outputPath)Parameters
sourceUrl Url
Kaynak URL
configuration Configuration
Çevre yapılandırması için.
options PdfSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(Akış, PdfSaveOptions, ICreateStreamProvider)
EPUB kaynağını PDF’ye dönüştürün. sonuç PDF dosyasıdır.
public static void ConvertEPUB(Stream stream, PdfSaveOptions options, ICreateStreamProvider provider)Parameters
stream Stream
Dönüşüm kaynağı
options PdfSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(Çerçeve, PdfSaveOptions, ICreateStreamProvider)
EPUB kaynağını PDF’ye dönüştürün. sonuç PDF dosyasıdır.
public static void ConvertEPUB(string sourcePath, PdfSaveOptions options, ICreateStreamProvider provider)Parameters
sourcePath string
EPUB kaynak dosya yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
options PdfSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(Url, PdfSaveOptions, ICreateStreamProvider)
EPUB kaynağını PDF’ye dönüştürün. sonuç PDF dosyasıdır.
public static void ConvertEPUB(Url sourceUrl, PdfSaveOptions options, ICreateStreamProvider provider)Parameters
sourceUrl Url
Kaynak URL
options PdfSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(Stream, Konfigürasyon, PdfSaveOptions, ICreateStreamProvider)
EPUB kaynağını PDF’ye dönüştürün. sonuç PDF dosyasıdır.
public static void ConvertEPUB(Stream stream, Configuration configuration, PdfSaveOptions options, ICreateStreamProvider provider)Parameters
stream Stream
Dönüşüm kaynağı
configuration Configuration
Çevre yapılandırması için.
options PdfSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(string, Konfigürasyon, PdfSaveOptions, ICreateStreamProvider)
EPUB kaynağını PDF’ye dönüştürün. sonuç PDF dosyasıdır.
public static void ConvertEPUB(string sourcePath, Configuration configuration, PdfSaveOptions options, ICreateStreamProvider provider)Parameters
sourcePath string
EPUB kaynak dosya yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options PdfSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(Url, Konfigürasyon, PdfSaveOptions, ICreateStreamProvider)
EPUB kaynağını PDF’ye dönüştürün. sonuç PDF dosyasıdır.
public static void ConvertEPUB(Url sourceUrl, Configuration configuration, PdfSaveOptions options, ICreateStreamProvider provider)Parameters
sourceUrl Url
Kaynak URL
configuration Configuration
Çevre yapılandırması için.
options PdfSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(Stream, ImageSaveOptions, Çerçeve)
Epub kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertEPUB(Stream stream, ImageSaveOptions options, string outputPath)Parameters
stream Stream
Dönüşüm kaynağı
options ImageSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(String, ImageSaveOptions ve String)
Epub kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertEPUB(string sourcePath, ImageSaveOptions options, string outputPath)Parameters
sourcePath string
EPUB kaynak dosya yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
options ImageSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(Url, ImageSaveOptions, Çerçeve)
Epub kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertEPUB(Url sourceUrl, ImageSaveOptions options, string outputPath)Parameters
sourceUrl Url
Kaynak URL
options ImageSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(akış, yapılandırma, ImageSaveOptions, string)
Epub kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertEPUB(Stream stream, Configuration configuration, ImageSaveOptions options, string outputPath)Parameters
stream Stream
Dönüşüm kaynağı
configuration Configuration
Çevre yapılandırması için.
options ImageSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(string, yapılandırma, ImageSaveOptions, string)
Epub kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertEPUB(string sourcePath, Configuration configuration, ImageSaveOptions options, string outputPath)Parameters
sourcePath string
EPUB kaynak dosya yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options ImageSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(url, yapılandırma, ImageSaveOptions, string)
Epub kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertEPUB(Url sourceUrl, Configuration configuration, ImageSaveOptions options, string outputPath)Parameters
sourceUrl Url
Kaynak URL
configuration Configuration
Çevre yapılandırması için.
options ImageSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(Akış, ImageSaveOptions, ICreateStreamProvider)
Epub kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertEPUB(Stream stream, ImageSaveOptions options, ICreateStreamProvider provider)Parameters
stream Stream
Dönüşüm kaynağı
options ImageSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(çubuk, ImageSaveOptions, ICreateStreamProvider)
Epub kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertEPUB(string sourcePath, ImageSaveOptions options, ICreateStreamProvider provider)Parameters
sourcePath string
EPUB kaynak dosya yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
options ImageSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(Url, ImageSaveOptions, ICreateStreamProvider)
Epub kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertEPUB(Url sourceUrl, ImageSaveOptions options, ICreateStreamProvider provider)Parameters
sourceUrl Url
Kaynak URL
options ImageSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(Stream, Yapılandırma, ImageSaveOptions, ICreateStreamProvider)
Epub kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertEPUB(Stream stream, Configuration configuration, ImageSaveOptions options, ICreateStreamProvider provider)Parameters
stream Stream
Dönüşüm kaynağı
configuration Configuration
Çevre yapılandırması için.
options ImageSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(string, Konfigürasyon, ImageSaveOptions, ICreateStreamProvider)
Epub kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertEPUB(string sourcePath, Configuration configuration, ImageSaveOptions options, ICreateStreamProvider provider)Parameters
sourcePath string
EPUB kaynak dosya yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options ImageSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(Url, Yapılandırma, ImageSaveOptions, ICreateStreamProvider)
Epub kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertEPUB(Url sourceUrl, Configuration configuration, ImageSaveOptions options, ICreateStreamProvider provider)Parameters
sourceUrl Url
Kaynak URL
configuration Configuration
Çevre yapılandırması için.
options ImageSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
Html dönüştürme(HTMLDokument, PdfSaveOptions, çerçeve)
HTML kaynağı belgesini PDF’ye dönüştürün. sonuç PDF dosyasıdır.
public static void ConvertHTML(HTMLDocument document, PdfSaveOptions options, string outputPath)Parameters
document HTMLDocument
Konversiyon kaynağı Aspose.Html.HTMLDocument.
options PdfSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(Url, PdfSaveOptions, Çerçeve)
HTML kaynağı belgesini PDF’ye dönüştürün. sonuç PDF dosyasıdır.
public static void ConvertHTML(Url url, PdfSaveOptions options, string outputPath)Parameters
url Url
Belgenin URL adresi.
options PdfSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(Url, yapılandırma, PdfSaveOptions, string)
HTML kaynağı belgesini PDF’ye dönüştürün. sonuç PDF dosyasıdır.
public static void ConvertHTML(Url url, Configuration configuration, PdfSaveOptions options, string outputPath)Parameters
url Url
Belgenin URL adresi.
configuration Configuration
Çevre yapılandırması için.
options PdfSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(Çerçeve, PdfSaveOptions, Çerçeve)
HTML kaynağı belgesini PDF’ye dönüştürün. sonuç PDF dosyasıdır.
public static void ConvertHTML(string sourcePath, PdfSaveOptions options, string outputPath)Parameters
sourcePath string
HTML dosya kaynağı yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
options PdfSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(string, yapılandırma, PdfSaveOptions, string)
HTML kaynağı belgesini PDF’ye dönüştürün. sonuç PDF dosyasıdır.
public static void ConvertHTML(string sourcePath, Configuration configuration, PdfSaveOptions options, string outputPath)Parameters
sourcePath string
HTML dosya kaynağı yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options PdfSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(string, string, PdfSaveOptions, string)
HTML kaynağı belgesini PDF’ye dönüştürün. sonuç PDF dosyasıdır.
public static void ConvertHTML(string content, string baseUri, PdfSaveOptions options, string outputPath)Parameters
content string
Inline string html içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
options PdfSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(string, string, yapılandırma, PdfSaveOptions, string)
HTML kaynağı belgesini PDF’ye dönüştürün. sonuç PDF dosyasıdır.
public static void ConvertHTML(string content, string baseUri, Configuration configuration, PdfSaveOptions options, string outputPath)Parameters
content string
Inline string html içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options PdfSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(HTMLDoküman, PdfSaveOptions, ICreateStreamProvider)
HTML kaynağı belgesini PDF’ye dönüştürün. sonuç PDF dosyasıdır.
public static void ConvertHTML(HTMLDocument document, PdfSaveOptions options, ICreateStreamProvider provider)Parameters
document HTMLDocument
Konversiyon kaynağı Aspose.Html.HTMLDocument.
options PdfSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
Html dönüştürme(Url, PdfSaveOptions, ICreateStreamProvider)
HTML kaynağı belgesini PDF’ye dönüştürün. sonuç PDF dosyasıdır.
public static void ConvertHTML(Url url, PdfSaveOptions options, ICreateStreamProvider provider)Parameters
url Url
Belgenin URL adresi.
options PdfSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
Html dönüştürme(Url, Konfigürasyon, PdfSaveOptions, ICreateStreamProvider)
HTML kaynağı belgesini PDF’ye dönüştürün. sonuç PDF dosyasıdır.
public static void ConvertHTML(Url url, Configuration configuration, PdfSaveOptions options, ICreateStreamProvider provider)Parameters
url Url
Belgenin URL adresi.
configuration Configuration
Çevre yapılandırması için.
options PdfSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
Html dönüştürme(Çerçeve, PdfSaveOptions, ICreateStreamProvider)
HTML kaynağı belgesini PDF’ye dönüştürün. sonuç PDF dosyasıdır.
public static void ConvertHTML(string sourcePath, PdfSaveOptions options, ICreateStreamProvider provider)Parameters
sourcePath string
HTML dosya kaynağı yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
options PdfSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
Html dönüştürme(string, Konfigürasyon, PdfSaveOptions, ICreateStreamProvider)
HTML kaynağı belgesini PDF’ye dönüştürün. sonuç PDF dosyasıdır.
public static void ConvertHTML(string sourcePath, Configuration configuration, PdfSaveOptions options, ICreateStreamProvider provider)Parameters
sourcePath string
HTML dosya kaynağı yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options PdfSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
Html dönüştürme(çubuk, çubuk, PdfSaveOptions, ICreateStreamProvider)
HTML kaynağı belgesini PDF’ye dönüştürün. sonuç PDF dosyasıdır.
public static void ConvertHTML(string content, string baseUri, PdfSaveOptions options, ICreateStreamProvider provider)Parameters
content string
Inline string html içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
options PdfSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
Html dönüştürme(string, string, yapılandırma, PdfSaveOptions, ICreateStreamProvider)
HTML kaynağı belgesini PDF’ye dönüştürün. sonuç PDF dosyasıdır.
public static void ConvertHTML(string content, string baseUri, Configuration configuration, PdfSaveOptions options, ICreateStreamProvider provider)Parameters
content string
Inline string html içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options PdfSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
Html dönüştürme(HTMLDokument, MHTMLSaveOptions, çerçeve)
HTML dosyasını mhtml’ye dönüştürün. sonuç mhtml dosyasıdır.
public static void ConvertHTML(HTMLDocument document, MHTMLSaveOptions options, string outputPath)Parameters
document HTMLDocument
Dönüşüm kaynağı
options MHTMLSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(Url, MHTMLSaveOptions, çerçeve)
HTML dosyasını mhtml’ye dönüştürün. sonuç mhtml dosyasıdır.
public static void ConvertHTML(Url url, MHTMLSaveOptions options, string outputPath)Parameters
url Url
Belgenin URL adresi.
options MHTMLSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(Url, Konfigürasyon, MHTMLSaveOptions, string)
HTML dosyasını mhtml’ye dönüştürün. sonuç mhtml dosyasıdır.
public static void ConvertHTML(Url url, Configuration configuration, MHTMLSaveOptions options, string outputPath)Parameters
url Url
Belgenin URL adresi.
configuration Configuration
Çevre yapılandırması için.
options MHTMLSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(dikiş, MHTMLSaveOptions, dikiş)
HTML dosyasını mhtml’ye dönüştürün. sonuç mhtml dosyasıdır.
public static void ConvertHTML(string sourcePath, MHTMLSaveOptions options, string outputPath)Parameters
sourcePath string
HTML dosya kaynağı yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
options MHTMLSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(string, Konfigürasyon, MHTMLSaveOptions, string)
HTML dosyasını mhtml’ye dönüştürün. sonuç mhtml dosyasıdır.
public static void ConvertHTML(string sourcePath, Configuration configuration, MHTMLSaveOptions options, string outputPath)Parameters
sourcePath string
HTML dosya kaynağı yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options MHTMLSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(string, string, MHTMLSaveOptions, string)
HTML dosyasını mhtml’ye dönüştürün. sonuç mhtml dosyasıdır.
public static void ConvertHTML(string content, string baseUri, MHTMLSaveOptions options, string outputPath)Parameters
content string
Inline string html içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
options MHTMLSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(string, string, yapılandırma, MHTMLSaveOptions, string)
HTML dosyasını mhtml’ye dönüştürün. sonuç mhtml dosyasıdır.
public static void ConvertHTML(string content, string baseUri, Configuration configuration, MHTMLSaveOptions options, string outputPath)Parameters
content string
Inline string html içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options MHTMLSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(HTMLDocument, MarkdownSaveOptions, çerçeve)
HTML dosyasını işaretlemeye dönüştürün. sonuç md dosyasıdır.
public static void ConvertHTML(HTMLDocument document, MarkdownSaveOptions options, string outputPath)Parameters
document HTMLDocument
Dönüşüm kaynağı
options MarkdownSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(Url, MarkdownSaveOptions, Çerçeve)
HTML kaynağını işaretlemeye dönüştürün. sonuç md dosyasıdır.
public static void ConvertHTML(Url url, MarkdownSaveOptions options, string outputPath)Parameters
url Url
Belgenin URL adresi.
options MarkdownSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(Url, Yapılandırma, MarkdownSaveOptions, string)
HTML kaynağını işaretlemeye dönüştürün. sonuç md dosyasıdır.
public static void ConvertHTML(Url url, Configuration configuration, MarkdownSaveOptions options, string outputPath)Parameters
url Url
Belgenin URL adresi.
configuration Configuration
Çevre yapılandırması için.
options MarkdownSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(string, MarkdownSaveOptions, string)
HTML kaynağını işaretlemeye dönüştürün. sonuç md dosyasıdır.
public static void ConvertHTML(string sourcePath, MarkdownSaveOptions options, string outputPath)Parameters
sourcePath string
HTML dosya kaynağı yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
options MarkdownSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(string, Konfigürasyon, MarkdownSaveOptions, string)
HTML kaynağını işaretlemeye dönüştürün. sonuç md dosyasıdır.
public static void ConvertHTML(string sourcePath, Configuration configuration, MarkdownSaveOptions options, string outputPath)Parameters
sourcePath string
HTML dosya kaynağı yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options MarkdownSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(çubuk, çubuk, MarkdownSaveOptions, çubuk)
HTML kaynağını işaretlemeye dönüştürün. sonuç md dosyasıdır.
public static void ConvertHTML(string content, string baseUri, MarkdownSaveOptions options, string outputPath)Parameters
content string
Inline string html içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
options MarkdownSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(string, string, yapılandırma, MarkdownSaveOptions, string)
HTML kaynağını işaretlemeye dönüştürün. sonuç md dosyasıdır.
public static void ConvertHTML(string content, string baseUri, Configuration configuration, MarkdownSaveOptions options, string outputPath)Parameters
content string
Inline string html içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options MarkdownSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(HTMLDokument, XpsSaveOptions, çerçeve)
HTML dosyasını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertHTML(HTMLDocument document, XpsSaveOptions options, string outputPath)Parameters
document HTMLDocument
Dönüşüm kaynağı
options XpsSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(Url, XpsSaveOptions, Çerçeve)
HTML dosyasını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertHTML(Url url, XpsSaveOptions options, string outputPath)Parameters
url Url
Belgenin URL adresi.
options XpsSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(Url, Konfigürasyon, XpsSaveOptions, string)
HTML dosyasını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertHTML(Url url, Configuration configuration, XpsSaveOptions options, string outputPath)Parameters
url Url
Belgenin URL adresi.
configuration Configuration
Çevre yapılandırması için.
options XpsSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(string, XpsSaveOptions, string)
HTML dosyasını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertHTML(string sourcePath, XpsSaveOptions options, string outputPath)Parameters
sourcePath string
HTML dosya kaynağı yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
options XpsSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(string, Konfigürasyon, XpsSaveOptions, string)
HTML dosyasını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertHTML(string sourcePath, Configuration configuration, XpsSaveOptions options, string outputPath)Parameters
sourcePath string
HTML dosya kaynağı yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options XpsSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(çubuk, çubuk, XpsSaveOptions, çubuk)
HTML dosyasını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertHTML(string content, string baseUri, XpsSaveOptions options, string outputPath)Parameters
content string
Inline string html içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
options XpsSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(string, string, konfigürasyon, XpsSaveOptions, string)
HTML dosyasını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertHTML(string content, string baseUri, Configuration configuration, XpsSaveOptions options, string outputPath)Parameters
content string
Inline string html içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options XpsSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(HTMLDoküman, XpsSaveOptions, ICreateStreamProvider)
HTML kaynağını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertHTML(HTMLDocument document, XpsSaveOptions options, ICreateStreamProvider provider)Parameters
document HTMLDocument
Dönüşüm kaynağı
options XpsSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
Html dönüştürme(Url, XpsSaveOptions, ICreateStreamProvider)
HTML kaynağını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertHTML(Url url, XpsSaveOptions options, ICreateStreamProvider provider)Parameters
url Url
Belgenin URL adresi.
options XpsSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
Html dönüştürme(Url, Konfigürasyon, XpsSaveOptions, ICreateStreamProvider)
HTML kaynağını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertHTML(Url url, Configuration configuration, XpsSaveOptions options, ICreateStreamProvider provider)Parameters
url Url
Belgenin URL adresi.
configuration Configuration
Çevre yapılandırması için.
options XpsSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
Html dönüştürme(Çerçeve, XpsSaveOptions, ICreateStreamProvider)
HTML kaynağını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertHTML(string sourcePath, XpsSaveOptions options, ICreateStreamProvider provider)Parameters
sourcePath string
HTML dosya kaynağı yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
options XpsSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
Html dönüştürme(string, Konfigürasyon, XpsSaveOptions, ICreateStreamProvider)
HTML kaynağını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertHTML(string sourcePath, Configuration configuration, XpsSaveOptions options, ICreateStreamProvider provider)Parameters
sourcePath string
HTML dosya kaynağı yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options XpsSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
Html dönüştürme(çubuk, çubuk, XpsSaveOptions, ICreateStreamProvider)
HTML kaynağını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertHTML(string content, string baseUri, XpsSaveOptions options, ICreateStreamProvider provider)Parameters
content string
Inline string html içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
options XpsSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
Html dönüştürme(string, string, yapılandırma, XpsSaveOptions, ICreateStreamProvider)
HTML kaynağını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertHTML(string content, string baseUri, Configuration configuration, XpsSaveOptions options, ICreateStreamProvider provider)Parameters
content string
Inline string html içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options XpsSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
Html dönüştürme(HTMLDokument, ImageSaveOptions, çerçeve)
HTML dosyasını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertHTML(HTMLDocument document, ImageSaveOptions options, string outputPath)Parameters
document HTMLDocument
Dönüşüm kaynağı
options ImageSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(Url, ImageSaveOptions, Çerçeve)
HTML dosyasını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertHTML(Url url, ImageSaveOptions options, string outputPath)Parameters
url Url
Belgenin URL adresi.
options ImageSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(url, yapılandırma, ImageSaveOptions, string)
HTML dosyasını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertHTML(Url url, Configuration configuration, ImageSaveOptions options, string outputPath)Parameters
url Url
Belgenin URL adresi.
configuration Configuration
Çevre yapılandırması için.
options ImageSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(String, ImageSaveOptions ve String)
HTML dosyasını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertHTML(string sourcePath, ImageSaveOptions options, string outputPath)Parameters
sourcePath string
HTML dosya kaynağı yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
options ImageSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(string, yapılandırma, ImageSaveOptions, string)
HTML dosyasını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertHTML(string sourcePath, Configuration configuration, ImageSaveOptions options, string outputPath)Parameters
sourcePath string
HTML dosya kaynağı yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options ImageSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(string, string, ImageSaveOptions, string)
HTML dosyasını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertHTML(string content, string baseUri, ImageSaveOptions options, string outputPath)Parameters
content string
Inline string html içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
options ImageSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(string, string, yapılandırma, ImageSaveOptions, string)
HTML dosyasını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertHTML(string content, string baseUri, Configuration configuration, ImageSaveOptions options, string outputPath)Parameters
content string
Inline string html içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options ImageSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(HTMLDoküman, ImageSaveOptions, ICreateStreamProvider)
HTML kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertHTML(HTMLDocument document, ImageSaveOptions options, ICreateStreamProvider provider)Parameters
document HTMLDocument
Dönüşüm kaynağı
options ImageSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
Html dönüştürme(Url, ImageSaveOptions, ICreateStreamProvider)
HTML kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertHTML(Url url, ImageSaveOptions options, ICreateStreamProvider provider)Parameters
url Url
Belgenin URL adresi.
options ImageSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
Html dönüştürme(Url, Yapılandırma, ImageSaveOptions, ICreateStreamProvider)
HTML kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertHTML(Url url, Configuration configuration, ImageSaveOptions options, ICreateStreamProvider provider)Parameters
url Url
Belgenin URL adresi.
configuration Configuration
Çevre yapılandırması için.
options ImageSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
Html dönüştürme(çubuk, ImageSaveOptions, ICreateStreamProvider)
HTML kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertHTML(string sourcePath, ImageSaveOptions options, ICreateStreamProvider provider)Parameters
sourcePath string
HTML dosya kaynağı yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
options ImageSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
Html dönüştürme(string, Konfigürasyon, ImageSaveOptions, ICreateStreamProvider)
HTML kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertHTML(string sourcePath, Configuration configuration, ImageSaveOptions options, ICreateStreamProvider provider)Parameters
sourcePath string
HTML dosya kaynağı yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options ImageSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
Html dönüştürme(çubuk, çubuk, ImageSaveOptions, ICreateStreamProvider)
HTML kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertHTML(string content, string baseUri, ImageSaveOptions options, ICreateStreamProvider provider)Parameters
content string
Inline string html içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
options ImageSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
Html dönüştürme(string, string, yapılandırma, ImageSaveOptions, ICreateStreamProvider)
HTML kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertHTML(string content, string baseUri, Configuration configuration, ImageSaveOptions options, ICreateStreamProvider provider)Parameters
content string
Inline string html içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options ImageSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
Html dönüştürme(HTMLDocument, TextSaveOptions, Çerçeve)
HTML dosyasını metine dönüştürün. sonuç TXT dosyasıdır.
public static void ConvertHTML(HTMLDocument document, TextSaveOptions options, string outputPath)Parameters
document HTMLDocument
Dönüşüm kaynağı
options TextSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(Url, TextSaveOptions, Çerçeve)
HTML dosyasını metine dönüştürün. sonuç TXT dosyasıdır.
public static void ConvertHTML(Url url, TextSaveOptions options, string outputPath)Parameters
url Url
Belgenin URL adresi.
options TextSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(Url, yapılandırma, TextSaveOptions, string)
HTML dosyasını metine dönüştürün. sonuç TXT dosyasıdır.
public static void ConvertHTML(Url url, Configuration configuration, TextSaveOptions options, string outputPath)Parameters
url Url
Belgenin URL adresi.
configuration Configuration
Çevre yapılandırması için.
options TextSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(String, TextSaveOptions ve String)
HTML dosyasını metine dönüştürün. sonuç TXT dosyasıdır.
public static void ConvertHTML(string sourcePath, TextSaveOptions options, string outputPath)Parameters
sourcePath string
HTML dosya kaynağı yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
options TextSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(string, yapılandırma, TextSaveOptions, string)
HTML dosyasını metine dönüştürün. sonuç TXT dosyasıdır.
public static void ConvertHTML(string sourcePath, Configuration configuration, TextSaveOptions options, string outputPath)Parameters
sourcePath string
HTML dosya kaynağı yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options TextSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(string, string, TextSaveOptions, string)
HTML dosyasını metine dönüştürün. sonuç TXT dosyasıdır.
public static void ConvertHTML(string content, string baseUri, TextSaveOptions options, string outputPath)Parameters
content string
Inline string html içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
options TextSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(string, string, yapılandırma, TextSaveOptions, string)
HTML dosyasını metine dönüştürün. sonuç TXT dosyasıdır.
public static void ConvertHTML(string content, string baseUri, Configuration configuration, TextSaveOptions options, string outputPath)Parameters
content string
Inline string html içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options TextSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(HTMLDocument, DocSaveOptions, Çerçeve)
HTML kaynak belgesini DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertHTML(HTMLDocument document, DocSaveOptions options, string outputPath)Parameters
document HTMLDocument
Konversiyon kaynağı Aspose.Html.HTMLDocument.
options DocSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(Url, DocSaveOptions, Çerçeve)
HTML kaynak belgesini DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertHTML(Url url, DocSaveOptions options, string outputPath)Parameters
url Url
Belgenin URL adresi.
options DocSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(Url, Konfigürasyon, DocSaveOptions, string)
HTML kaynak belgesini DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertHTML(Url url, Configuration configuration, DocSaveOptions options, string outputPath)Parameters
url Url
Belgenin URL adresi.
configuration Configuration
Çevre yapılandırması için.
options DocSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(String, DocSaveOptions ve String)
HTML kaynak belgesini DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertHTML(string sourcePath, DocSaveOptions options, string outputPath)Parameters
sourcePath string
HTML dosya kaynağı yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
options DocSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(string, Konfigürasyon, DocSaveOptions, string)
HTML kaynak belgesini DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertHTML(string sourcePath, Configuration configuration, DocSaveOptions options, string outputPath)Parameters
sourcePath string
HTML dosya kaynağı yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options DocSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(çubuk, çubuk, DocSaveOptions, çubuk)
HTML kaynak belgesini DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertHTML(string content, string baseUri, DocSaveOptions options, string outputPath)Parameters
content string
Inline string HTML içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
options DocSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(string, string, konfigürasyon, DocSaveOptions, string)
HTML kaynak belgesini DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertHTML(string content, string baseUri, Configuration configuration, DocSaveOptions options, string outputPath)Parameters
content string
Inline string html içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options DocSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
Html dönüştürme(HTMLDoküman, DocSaveOptions, ICreateStreamProvider)
HTML kaynak belgesini DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertHTML(HTMLDocument document, DocSaveOptions options, ICreateStreamProvider provider)Parameters
document HTMLDocument
Konversiyon kaynağı Aspose.Html.HTMLDocument.
options DocSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
Html dönüştürme(Url, DocSaveOptions ve ICreateStreamProvider)
HTML kaynak belgesini DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertHTML(Url url, DocSaveOptions options, ICreateStreamProvider provider)Parameters
url Url
Belgenin URL adresi.
options DocSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
Html dönüştürme(Url, Konfigürasyon, DocSaveOptions, ICreateStreamProvider)
HTML kaynak belgesini DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertHTML(Url url, Configuration configuration, DocSaveOptions options, ICreateStreamProvider provider)Parameters
url Url
Belgenin URL adresi.
configuration Configuration
Çevre yapılandırması için.
options DocSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
Html dönüştürme(çubuk, DocSaveOptions, ICreateStreamProvider)
HTML kaynak belgesini DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertHTML(string sourcePath, DocSaveOptions options, ICreateStreamProvider provider)Parameters
sourcePath string
HTML dosya kaynağı yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
options DocSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
Html dönüştürme(Çerçeve, Konfigürasyon, DocSaveOptions, ICreateStreamProvider)
HTML kaynak belgesini DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertHTML(string sourcePath, Configuration configuration, DocSaveOptions options, ICreateStreamProvider provider)Parameters
sourcePath string
HTML dosya kaynağı yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options DocSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
Html dönüştürme(çubuk, çubuk, DocSaveOptions, ICreateStreamProvider)
HTML kaynak belgesini DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertHTML(string content, string baseUri, DocSaveOptions options, ICreateStreamProvider provider)Parameters
content string
Inline string HTML içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
options DocSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
Html dönüştürme(string, string, yapılandırma, DocSaveOptions, ICreateStreamProvider)
HTML kaynak belgesini DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertHTML(string content, string baseUri, Configuration configuration, DocSaveOptions options, ICreateStreamProvider provider)Parameters
content string
Inline string HTML içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options DocSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürmeMHTML(Stream, XpsSaveOptions, Çizgi)
Mhtml kaynağını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertMHTML(Stream stream, XpsSaveOptions options, string outputPath)Parameters
stream Stream
Dönüşüm kaynağı akışı.
options XpsSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürmeMHTML(string, XpsSaveOptions, string)
Mhtml kaynağını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertMHTML(string sourcePath, XpsSaveOptions options, string outputPath)Parameters
sourcePath string
MHTML kaynak dosya yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
options XpsSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürmeMHTML(Url, XpsSaveOptions, Çerçeve)
Mhtml kaynağını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertMHTML(Url sourceUrl, XpsSaveOptions options, string outputPath)Parameters
sourceUrl Url
Kaynak URL
options XpsSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürmeMHTML(akış, yapılandırma, XpsSaveOptions, string)
Mhtml kaynağını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertMHTML(Stream stream, Configuration configuration, XpsSaveOptions options, string outputPath)Parameters
stream Stream
Dönüşüm kaynağı akışı.
configuration Configuration
Çevre yapılandırması için.
options XpsSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürmeMHTML(string, Konfigürasyon, XpsSaveOptions, string)
Mhtml kaynağını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertMHTML(string sourcePath, Configuration configuration, XpsSaveOptions options, string outputPath)Parameters
sourcePath string
MHTML kaynak dosya yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options XpsSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürmeMHTML(Url, Konfigürasyon, XpsSaveOptions, string)
Mhtml kaynağını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertMHTML(Url sourceUrl, Configuration configuration, XpsSaveOptions options, string outputPath)Parameters
sourceUrl Url
Kaynak URL
configuration Configuration
Çevre yapılandırması için.
options XpsSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürmeMHTML(Akış, XpsSaveOptions, ICreateStreamProvider)
Mhtml kaynağını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertMHTML(Stream stream, XpsSaveOptions options, ICreateStreamProvider provider)Parameters
stream Stream
Dönüşüm kaynağı akışı.
options XpsSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürmeMHTML(Çerçeve, XpsSaveOptions, ICreateStreamProvider)
Mhtml kaynağını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertMHTML(string sourcePath, XpsSaveOptions options, ICreateStreamProvider provider)Parameters
sourcePath string
MHTML kaynak dosya yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
options XpsSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürmeMHTML(Url, XpsSaveOptions, ICreateStreamProvider)
Mhtml kaynağını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertMHTML(Url sourceUrl, XpsSaveOptions options, ICreateStreamProvider provider)Parameters
sourceUrl Url
Kaynak URL
options XpsSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürmeMHTML(Akış, Yapılandırma, XpsSaveOptions, ICreateStreamProvider)
Mhtml kaynağını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertMHTML(Stream stream, Configuration configuration, XpsSaveOptions options, ICreateStreamProvider provider)Parameters
stream Stream
Dönüşüm kaynağı akışı.
configuration Configuration
Çevre yapılandırması için.
options XpsSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürmeMHTML(string, Konfigürasyon, XpsSaveOptions, ICreateStreamProvider)
Mhtml kaynağını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertMHTML(string sourcePath, Configuration configuration, XpsSaveOptions options, ICreateStreamProvider provider)Parameters
sourcePath string
MHTML kaynak dosya yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options XpsSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürmeMHTML(Url, Konfigürasyon, XpsSaveOptions, ICreateStreamProvider)
Mhtml kaynağını xps’e dönüştürün. sonuç xps dosyasıdır.
public static void ConvertMHTML(Url sourceUrl, Configuration configuration, XpsSaveOptions options, ICreateStreamProvider provider)Parameters
sourceUrl Url
Kaynak URL
configuration Configuration
Çevre yapılandırması için.
options XpsSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürmeMHTML(Stream, DocSaveOptions, Çerçeve)
MHTML kaynağını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertMHTML(Stream stream, DocSaveOptions options, string outputPath)Parameters
stream Stream
Dönüşüm kaynağı akışı.
options DocSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürmeMHTML(String, DocSaveOptions ve String)
MHTML kaynağını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertMHTML(string sourcePath, DocSaveOptions options, string outputPath)Parameters
sourcePath string
MHTML kaynak dosya yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
options DocSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürmeMHTML(Url, DocSaveOptions, Çerçeve)
MHTML kaynağını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertMHTML(Url sourceUrl, DocSaveOptions options, string outputPath)Parameters
sourceUrl Url
Kaynak URL
options DocSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürmeMHTML(akış, yapılandırma, DocSaveOptions, string)
MHTML kaynağını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertMHTML(Stream stream, Configuration configuration, DocSaveOptions options, string outputPath)Parameters
stream Stream
Dönüşüm kaynağı akışı.
configuration Configuration
Çevre yapılandırması için.
options DocSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürmeMHTML(string, Konfigürasyon, DocSaveOptions, string)
MHTML kaynağını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertMHTML(string sourcePath, Configuration configuration, DocSaveOptions options, string outputPath)Parameters
sourcePath string
MHTML kaynak dosya yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options DocSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürmeMHTML(Url, Konfigürasyon, DocSaveOptions, string)
MHTML kaynağını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertMHTML(Url sourceUrl, Configuration configuration, DocSaveOptions options, string outputPath)Parameters
sourceUrl Url
Kaynak URL
configuration Configuration
Çevre yapılandırması için.
options DocSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürmeMHTML(Akış, DocSaveOptions, ICreateStreamProvider)
MHTML kaynağını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertMHTML(Stream stream, DocSaveOptions options, ICreateStreamProvider provider)Parameters
stream Stream
Dönüşüm kaynağı akışı.
options DocSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürmeMHTML(çubuk, DocSaveOptions, ICreateStreamProvider)
MHTML kaynağını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertMHTML(string sourcePath, DocSaveOptions options, ICreateStreamProvider provider)Parameters
sourcePath string
MHTML kaynak dosya yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
options DocSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürmeMHTML(Url, DocSaveOptions ve ICreateStreamProvider)
MHTML kaynağını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertMHTML(Url sourceUrl, DocSaveOptions options, ICreateStreamProvider provider)Parameters
sourceUrl Url
Kaynak URL
options DocSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürmeMHTML(Akış, Yapılandırma, DocSaveOptions, ICreateStreamProvider)
MHTML kaynağını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertMHTML(Stream stream, Configuration configuration, DocSaveOptions options, ICreateStreamProvider provider)Parameters
stream Stream
Dönüşüm kaynağı akışı.
configuration Configuration
Çevre yapılandırması için.
options DocSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürmeMHTML(Çerçeve, Konfigürasyon, DocSaveOptions, ICreateStreamProvider)
MHTML kaynağını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertMHTML(string sourcePath, Configuration configuration, DocSaveOptions options, ICreateStreamProvider provider)Parameters
sourcePath string
MHTML kaynak dosya yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options DocSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürmeMHTML(Url, Konfigürasyon, DocSaveOptions, ICreateStreamProvider)
MHTML kaynağını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertMHTML(Url sourceUrl, Configuration configuration, DocSaveOptions options, ICreateStreamProvider provider)Parameters
sourceUrl Url
Kaynak URL
configuration Configuration
Çevre yapılandırması için.
options DocSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürmeMHTML(Stream, PdfSaveOptions, Çizgi)
Mhtml kaynağını pdf’ye dönüştürün. sonuç pdf dosyasıdır.
public static void ConvertMHTML(Stream stream, PdfSaveOptions options, string outputPath)Parameters
stream Stream
Dönüşüm kaynağı akışı.
options PdfSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürmeMHTML(Çerçeve, PdfSaveOptions, Çerçeve)
Mhtml kaynağını pdf’ye dönüştürün. sonuç pdf dosyasıdır.
public static void ConvertMHTML(string sourcePath, PdfSaveOptions options, string outputPath)Parameters
sourcePath string
MHTML kaynak dosya yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
options PdfSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürmeMHTML(Url, PdfSaveOptions, Çerçeve)
Mhtml kaynağını pdf’ye dönüştürün. sonuç pdf dosyasıdır.
public static void ConvertMHTML(Url sourceUrl, PdfSaveOptions options, string outputPath)Parameters
sourceUrl Url
Kaynak URL
options PdfSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürmeMHTML(akış, yapılandırma, PdfSaveOptions, string)
Mhtml kaynağını pdf’ye dönüştürün. sonuç pdf dosyasıdır.
public static void ConvertMHTML(Stream stream, Configuration configuration, PdfSaveOptions options, string outputPath)Parameters
stream Stream
Dönüşüm kaynağı akışı.
configuration Configuration
Çevre yapılandırması için.
options PdfSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürmeMHTML(string, yapılandırma, PdfSaveOptions, string)
Mhtml kaynağını pdf’ye dönüştürün. sonuç pdf dosyasıdır.
public static void ConvertMHTML(string sourcePath, Configuration configuration, PdfSaveOptions options, string outputPath)Parameters
sourcePath string
MHTML kaynak dosya yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options PdfSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürmeMHTML(Url, yapılandırma, PdfSaveOptions, string)
Mhtml kaynağını pdf’ye dönüştürün. sonuç pdf dosyasıdır.
public static void ConvertMHTML(Url sourceUrl, Configuration configuration, PdfSaveOptions options, string outputPath)Parameters
sourceUrl Url
Kaynak URL
configuration Configuration
Çevre yapılandırması için.
options PdfSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürmeMHTML(Akış, PdfSaveOptions, ICreateStreamProvider)
Mhtml kaynağını pdf’ye dönüştürün. sonuç pdf dosyasıdır.
public static void ConvertMHTML(Stream stream, PdfSaveOptions options, ICreateStreamProvider provider)Parameters
stream Stream
Dönüşüm kaynağı akışı.
options PdfSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürmeMHTML(Çerçeve, PdfSaveOptions, ICreateStreamProvider)
Mhtml kaynağını pdf’ye dönüştürün. sonuç pdf dosyasıdır.
public static void ConvertMHTML(string sourcePath, PdfSaveOptions options, ICreateStreamProvider provider)Parameters
sourcePath string
MHTML kaynak dosya yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
options PdfSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürmeMHTML(Url, PdfSaveOptions, ICreateStreamProvider)
Mhtml kaynağını pdf’ye dönüştürün. sonuç pdf dosyasıdır.
public static void ConvertMHTML(Url sourceUrl, PdfSaveOptions options, ICreateStreamProvider provider)Parameters
sourceUrl Url
Kaynak URL
options PdfSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürmeMHTML(Stream, Konfigürasyon, PdfSaveOptions, ICreateStreamProvider)
Mhtml kaynağını pdf’ye dönüştürün. sonuç pdf dosyasıdır.
public static void ConvertMHTML(Stream stream, Configuration configuration, PdfSaveOptions options, ICreateStreamProvider provider)Parameters
stream Stream
Dönüşüm kaynağı akışı.
configuration Configuration
Çevre yapılandırması için.
options PdfSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürmeMHTML(string, Konfigürasyon, PdfSaveOptions, ICreateStreamProvider)
Mhtml kaynağını pdf’ye dönüştürün. sonuç pdf dosyasıdır.
public static void ConvertMHTML(string sourcePath, Configuration configuration, PdfSaveOptions options, ICreateStreamProvider provider)Parameters
sourcePath string
MHTML kaynak dosya yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options PdfSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürmeMHTML(Url, Konfigürasyon, PdfSaveOptions, ICreateStreamProvider)
Mhtml kaynağını pdf’ye dönüştürün. sonuç pdf dosyasıdır.
public static void ConvertMHTML(Url sourceUrl, Configuration configuration, PdfSaveOptions options, ICreateStreamProvider provider)Parameters
sourceUrl Url
Kaynak URL
configuration Configuration
Çevre yapılandırması için.
options PdfSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürmeMHTML(Stream, ImageSaveOptions, Çerçeve)
Mhtml kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertMHTML(Stream stream, ImageSaveOptions options, string outputPath)Parameters
stream Stream
Dönüşüm kaynağı akışı.
options ImageSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürmeMHTML(String, ImageSaveOptions ve String)
Mhtml kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertMHTML(string sourcePath, ImageSaveOptions options, string outputPath)Parameters
sourcePath string
MHTML kaynak dosya yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
options ImageSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürmeMHTML(Url, ImageSaveOptions, Çerçeve)
Mhtml kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertMHTML(Url sourceUrl, ImageSaveOptions options, string outputPath)Parameters
sourceUrl Url
Kaynak URL
options ImageSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürmeMHTML(akış, yapılandırma, ImageSaveOptions, string)
Mhtml kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertMHTML(Stream stream, Configuration configuration, ImageSaveOptions options, string outputPath)Parameters
stream Stream
Dönüşüm kaynağı akışı.
configuration Configuration
Çevre yapılandırması için.
options ImageSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürmeMHTML(string, yapılandırma, ImageSaveOptions, string)
Mhtml kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertMHTML(string sourcePath, Configuration configuration, ImageSaveOptions options, string outputPath)Parameters
sourcePath string
MHTML kaynak dosya yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options ImageSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürmeMHTML(url, yapılandırma, ImageSaveOptions, string)
Mhtml kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertMHTML(Url sourceUrl, Configuration configuration, ImageSaveOptions options, string outputPath)Parameters
sourceUrl Url
Kaynak URL
configuration Configuration
Çevre yapılandırması için.
options ImageSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürmeMHTML(Akış, ImageSaveOptions, ICreateStreamProvider)
Mhtml kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertMHTML(Stream stream, ImageSaveOptions options, ICreateStreamProvider provider)Parameters
stream Stream
Dönüşüm kaynağı akışı.
options ImageSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürmeMHTML(çubuk, ImageSaveOptions, ICreateStreamProvider)
Mhtml kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertMHTML(string sourcePath, ImageSaveOptions options, ICreateStreamProvider provider)Parameters
sourcePath string
MHTML kaynak dosya yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
options ImageSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürmeMHTML(Url, ImageSaveOptions, ICreateStreamProvider)
Mhtml kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertMHTML(Url sourceUrl, ImageSaveOptions options, ICreateStreamProvider provider)Parameters
sourceUrl Url
Kaynak URL
options ImageSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürmeMHTML(Stream, Yapılandırma, ImageSaveOptions, ICreateStreamProvider)
Mhtml kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertMHTML(Stream stream, Configuration configuration, ImageSaveOptions options, ICreateStreamProvider provider)Parameters
stream Stream
Dönüşüm kaynağı akışı.
configuration Configuration
Çevre yapılandırması için.
options ImageSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürmeMHTML(string, Konfigürasyon, ImageSaveOptions, ICreateStreamProvider)
Mhtml kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertMHTML(string sourcePath, Configuration configuration, ImageSaveOptions options, ICreateStreamProvider provider)Parameters
sourcePath string
MHTML kaynak dosya yolu. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options ImageSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürmeMHTML(Url, Yapılandırma, ImageSaveOptions, ICreateStreamProvider)
Mhtml kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertMHTML(Url sourceUrl, Configuration configuration, ImageSaveOptions options, ICreateStreamProvider provider)Parameters
sourceUrl Url
Kaynak URL
configuration Configuration
Çevre yapılandırması için.
options ImageSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
ConvertMarkdown(akış, string)
Markdown kaynağını html’ye dönüştürün. sonuç Aspose.Html.HTMLDocument’dur.
public static HTMLDocument ConvertMarkdown(Stream stream, string baseUri)Parameters
stream Stream
Dönüşüm kaynağı
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
Returns
Dönüşüm sonuçları Aspose.Html.HTMLDocument.
ConvertMarkdown(akış, string, konfigürasyon)
Markdown kaynağını html’ye dönüştürün. sonuç Aspose.Html.HTMLDocument’dur.
public static HTMLDocument ConvertMarkdown(Stream stream, string baseUri, Configuration configuration)Parameters
stream Stream
Dönüşüm kaynağı
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
Returns
Dönüşüm sonuçları Aspose.Html.HTMLDocument.
ConvertMarkdown(akış, string, string)
Markdown kaynağını html’ye dönüştürün. sonuç html dosyasıdır.
public static void ConvertMarkdown(Stream stream, string baseUri, string outputPath)Parameters
stream Stream
Dönüşüm kaynağı
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
outputPath string
çıkış dosyası yolu.
ConvertMarkdown(akış, string, konfigürasyon, string)
Markdown kaynağını html’ye dönüştürün. sonuç html dosyasıdır.
public static void ConvertMarkdown(Stream stream, string baseUri, Configuration configuration, string outputPath)Parameters
stream Stream
Dönüşüm kaynağı
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
outputPath string
çıkış dosyası yolu.
ConvertMarkdown(Sırt)
Markdown kaynağını html’ye dönüştürün. sonuç Aspose.Html.HTMLDocument’dur.
public static HTMLDocument ConvertMarkdown(string sourcePath)Parameters
sourcePath string
Markdown dosyası kaynağa giden yol. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
Returns
Dönüşüm sonuçları Aspose.Html.HTMLDocument.
ConvertMarkdown(string, yapılandırma)
Markdown kaynağını html’ye dönüştürün. sonuç Aspose.Html.HTMLDocument’dur.
public static HTMLDocument ConvertMarkdown(string sourcePath, Configuration configuration)Parameters
sourcePath string
Markdown dosyası kaynağa giden yol. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
Returns
Dönüşüm sonuçları Aspose.Html.HTMLDocument.
ConvertMarkdown(String ve String)
Markdown kaynağını html’ye dönüştürün. sonuç html dosyasıdır.
public static void ConvertMarkdown(string sourcePath, string outputPath)Parameters
sourcePath string
Markdown dosyası kaynağa giden yol. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
outputPath string
çıkış dosyası yolu.
ConvertMarkdown(string, yapılandırma, string)
Markdown kaynağını html’ye dönüştürün. sonuç html dosyasıdır.
public static void ConvertMarkdown(string sourcePath, Configuration configuration, string outputPath)Parameters
sourcePath string
Markdown dosyası kaynağa giden yol. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
outputPath string
çıkış dosyası yolu.
dönüştürücü(SVGDocument, XpsSaveOptions, çerçeve)
xps.Result dosyası xps dosyasıdır.
public static void ConvertSVG(SVGDocument source, XpsSaveOptions options, string outputPath)Parameters
source SVGDocument
Dönüşüm kaynağı
options XpsSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(Url, XpsSaveOptions, Çerçeve)
Sonuç xps dosyasıdır. xps dosyasıdır.
public static void ConvertSVG(Url url, XpsSaveOptions options, string outputPath)Parameters
url Url
kaynak dosyası URL.
options XpsSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(Url, Konfigürasyon, XpsSaveOptions, string)
Sonuç xps dosyasıdır. xps dosyasıdır.
public static void ConvertSVG(Url url, Configuration configuration, XpsSaveOptions options, string outputPath)Parameters
url Url
kaynak dosyası URL.
configuration Configuration
Çevre yapılandırması için.
options XpsSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(string, XpsSaveOptions, string)
Sonuç xps dosyasıdır. xps dosyasıdır.
public static void ConvertSVG(string sourcePath, XpsSaveOptions options, string outputPath)Parameters
sourcePath string
Svg dosya kaynağı yolu. bir mutlak URL oluşturmak için mevcut dizin yolu ile birleştirilecektir.
options XpsSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(string, Konfigürasyon, XpsSaveOptions, string)
Sonuç xps dosyasıdır. xps dosyasıdır.
public static void ConvertSVG(string sourcePath, Configuration configuration, XpsSaveOptions options, string outputPath)Parameters
sourcePath string
Svg dosya kaynağı yolu. bir mutlak URL oluşturmak için mevcut dizin yolu ile birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options XpsSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(çubuk, çubuk, XpsSaveOptions, çubuk)
Sonuç xps dosyasıdır. xps dosyasıdır.
public static void ConvertSVG(string content, string baseUri, XpsSaveOptions options, string outputPath)Parameters
content string
Inline string svg içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
options XpsSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(string, string, konfigürasyon, XpsSaveOptions, string)
Sonuç xps dosyasıdır. xps dosyasıdır.
public static void ConvertSVG(string content, string baseUri, Configuration configuration, XpsSaveOptions options, string outputPath)Parameters
content string
Inline string svg içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options XpsSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(SVGDocument, XpsSaveOptions, ICreateStreamProvider)
Sonuç xps dosyasıdır. xps dosyasıdır.
public static void ConvertSVG(SVGDocument document, XpsSaveOptions options, ICreateStreamProvider provider)Parameters
document SVGDocument
Dönüşüm kaynağı
options XpsSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(Url, XpsSaveOptions, ICreateStreamProvider)
Sonuç xps dosyasıdır. xps dosyasıdır.
public static void ConvertSVG(Url url, XpsSaveOptions options, ICreateStreamProvider provider)Parameters
url Url
Belgenin URL adresi.
options XpsSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(Url, Konfigürasyon, XpsSaveOptions, ICreateStreamProvider)
Sonuç xps dosyasıdır. xps dosyasıdır.
public static void ConvertSVG(Url url, Configuration configuration, XpsSaveOptions options, ICreateStreamProvider provider)Parameters
url Url
Belgenin URL adresi.
configuration Configuration
Çevre yapılandırması için.
options XpsSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(Çerçeve, XpsSaveOptions, ICreateStreamProvider)
Sonuç xps dosyasıdır. xps dosyasıdır.
public static void ConvertSVG(string sourcePath, XpsSaveOptions options, ICreateStreamProvider provider)Parameters
sourcePath string
Svg dosya kaynağı yolu. bir mutlak URL oluşturmak için mevcut dizin yolu ile birleştirilecektir.
options XpsSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(string, Konfigürasyon, XpsSaveOptions, ICreateStreamProvider)
Sonuç xps dosyasıdır. xps dosyasıdır.
public static void ConvertSVG(string sourcePath, Configuration configuration, XpsSaveOptions options, ICreateStreamProvider provider)Parameters
sourcePath string
Svg dosya kaynağı yolu. bir mutlak URL oluşturmak için mevcut dizin yolu ile birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options XpsSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(çubuk, çubuk, XpsSaveOptions, ICreateStreamProvider)
Sonuç xps dosyasıdır. xps dosyasıdır.
public static void ConvertSVG(string content, string baseUri, XpsSaveOptions options, ICreateStreamProvider provider)Parameters
content string
Inline string svg içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
options XpsSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(string, string, yapılandırma, XpsSaveOptions, ICreateStreamProvider)
Sonuç xps dosyasıdır. xps dosyasıdır.
public static void ConvertSVG(string content, string baseUri, Configuration configuration, XpsSaveOptions options, ICreateStreamProvider provider)Parameters
content string
Inline string svg içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options XpsSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(SVGDocument, DocSaveOptions, çerçeve)
SVG dosyasını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertSVG(SVGDocument source, DocSaveOptions options, string outputPath)Parameters
source SVGDocument
Dönüşüm kaynağı
options DocSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(Url, DocSaveOptions, Çerçeve)
SVG dosyasını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertSVG(Url url, DocSaveOptions options, string outputPath)Parameters
url Url
kaynak dosyası URL.
options DocSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(Url, Konfigürasyon, DocSaveOptions, string)
SVG dosyasını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertSVG(Url url, Configuration configuration, DocSaveOptions options, string outputPath)Parameters
url Url
kaynak dosyası URL.
configuration Configuration
Çevre yapılandırması için.
options DocSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(String, DocSaveOptions ve String)
SVG dosyasını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertSVG(string sourcePath, DocSaveOptions options, string outputPath)Parameters
sourcePath string
Svg dosya kaynağı yolu. bir mutlak URL oluşturmak için mevcut dizin yolu ile birleştirilecektir.
options DocSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(string, Konfigürasyon, DocSaveOptions, string)
SVG dosyasını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertSVG(string sourcePath, Configuration configuration, DocSaveOptions options, string outputPath)Parameters
sourcePath string
Svg dosya kaynağı yolu. bir mutlak URL oluşturmak için mevcut dizin yolu ile birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options DocSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(çubuk, çubuk, DocSaveOptions, çubuk)
SVG dosyasını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertSVG(string content, string baseUri, DocSaveOptions options, string outputPath)Parameters
content string
Inline string svg içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
options DocSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(string, string, konfigürasyon, DocSaveOptions, string)
SVG dosyasını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertSVG(string content, string baseUri, Configuration configuration, DocSaveOptions options, string outputPath)Parameters
content string
Inline string svg içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options DocSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(SVGDocument, DocSaveOptions, ICreateStreamProvider)
SVG dosyasını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertSVG(SVGDocument document, DocSaveOptions options, ICreateStreamProvider provider)Parameters
document SVGDocument
Dönüşüm kaynağı
options DocSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(Url, DocSaveOptions ve ICreateStreamProvider)
SVG dosyasını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertSVG(Url url, DocSaveOptions options, ICreateStreamProvider provider)Parameters
url Url
Belgenin URL adresi.
options DocSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(Url, Konfigürasyon, DocSaveOptions, ICreateStreamProvider)
SVG dosyasını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertSVG(Url url, Configuration configuration, DocSaveOptions options, ICreateStreamProvider provider)Parameters
url Url
Belgenin URL adresi.
configuration Configuration
Çevre yapılandırması için.
options DocSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(çubuk, DocSaveOptions, ICreateStreamProvider)
SVG dosyasını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertSVG(string sourcePath, DocSaveOptions options, ICreateStreamProvider provider)Parameters
sourcePath string
Svg dosya kaynağı yolu. bir mutlak URL oluşturmak için mevcut dizin yolu ile birleştirilecektir.
options DocSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(Çerçeve, Konfigürasyon, DocSaveOptions, ICreateStreamProvider)
SVG dosyasını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertSVG(string sourcePath, Configuration configuration, DocSaveOptions options, ICreateStreamProvider provider)Parameters
sourcePath string
Svg dosya kaynağı yolu. bir mutlak URL oluşturmak için mevcut dizin yolu ile birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options DocSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(çubuk, çubuk, DocSaveOptions, ICreateStreamProvider)
SVG dosyasını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertSVG(string content, string baseUri, DocSaveOptions options, ICreateStreamProvider provider)Parameters
content string
Inline string svg içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
options DocSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(string, string, yapılandırma, DocSaveOptions, ICreateStreamProvider)
SVG dosyasını DOCX’e dönüştürün. sonuç docx dosyasıdır.
public static void ConvertSVG(string content, string baseUri, Configuration configuration, DocSaveOptions options, ICreateStreamProvider provider)Parameters
content string
Inline string svg içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options DocSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(SVGDocument, PdfSaveOptions, çerçeve)
Kaynağı pdf’ye dönüştürün. sonuç pdf dosyasıdır.
public static void ConvertSVG(SVGDocument source, PdfSaveOptions options, string outputPath)Parameters
source SVGDocument
Dönüşüm kaynağı
options PdfSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(Url, PdfSaveOptions, Çerçeve)
Kaynağı pdf’ye dönüştürün. sonuç pdf dosyasıdır.
public static void ConvertSVG(Url url, PdfSaveOptions options, string outputPath)Parameters
url Url
Belgenin URL adresi.
options PdfSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(Url, yapılandırma, PdfSaveOptions, string)
Kaynağı pdf’ye dönüştürün. sonuç pdf dosyasıdır.
public static void ConvertSVG(Url url, Configuration configuration, PdfSaveOptions options, string outputPath)Parameters
url Url
Belgenin URL adresi.
configuration Configuration
Çevre yapılandırması için.
options PdfSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(Çerçeve, PdfSaveOptions, Çerçeve)
Kaynağı pdf’ye dönüştürün. sonuç pdf dosyasıdır.
public static void ConvertSVG(string sourcePath, PdfSaveOptions options, string outputPath)Parameters
sourcePath string
Svg dosya kaynağı yolu. bir mutlak URL oluşturmak için mevcut dizin yolu ile birleştirilecektir.
options PdfSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(string, yapılandırma, PdfSaveOptions, string)
Kaynağı pdf’ye dönüştürün. sonuç pdf dosyasıdır.
public static void ConvertSVG(string sourcePath, Configuration configuration, PdfSaveOptions options, string outputPath)Parameters
sourcePath string
Svg dosya kaynağı yolu. bir mutlak URL oluşturmak için mevcut dizin yolu ile birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options PdfSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(string, string, PdfSaveOptions, string)
Kaynağı pdf’ye dönüştürün. sonuç pdf dosyasıdır.
public static void ConvertSVG(string content, string baseUri, PdfSaveOptions options, string outputPath)Parameters
content string
Inline string svg içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
options PdfSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(string, string, yapılandırma, PdfSaveOptions, string)
Kaynağı pdf’ye dönüştürün. sonuç pdf dosyasıdır.
public static void ConvertSVG(string content, string baseUri, Configuration configuration, PdfSaveOptions options, string outputPath)Parameters
content string
Inline string svg içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options PdfSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(SVGDocument, PdfSaveOptions, ICreateStreamProvider)
Kaynağı pdf’ye dönüştürün. sonuç pdf dosyasıdır.
public static void ConvertSVG(SVGDocument document, PdfSaveOptions options, ICreateStreamProvider provider)Parameters
document SVGDocument
Dönüşüm kaynağı
options PdfSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(Url, PdfSaveOptions, ICreateStreamProvider)
Kaynağı pdf’ye dönüştürün. sonuç pdf dosyasıdır.
public static void ConvertSVG(Url url, PdfSaveOptions options, ICreateStreamProvider provider)Parameters
url Url
Belgenin URL adresi.
options PdfSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(Url, Konfigürasyon, PdfSaveOptions, ICreateStreamProvider)
Kaynağı pdf’ye dönüştürün. sonuç pdf dosyasıdır.
public static void ConvertSVG(Url url, Configuration configuration, PdfSaveOptions options, ICreateStreamProvider provider)Parameters
url Url
Belgenin URL adresi.
configuration Configuration
Çevre yapılandırması için.
options PdfSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(Çerçeve, PdfSaveOptions, ICreateStreamProvider)
Kaynağı pdf’ye dönüştürün. sonuç pdf dosyasıdır.
public static void ConvertSVG(string sourcePath, PdfSaveOptions options, ICreateStreamProvider provider)Parameters
sourcePath string
Svg dosya kaynağı yolu. bir mutlak URL oluşturmak için mevcut dizin yolu ile birleştirilecektir.
options PdfSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(string, Konfigürasyon, PdfSaveOptions, ICreateStreamProvider)
Kaynağı pdf’ye dönüştürün. sonuç pdf dosyasıdır.
public static void ConvertSVG(string sourcePath, Configuration configuration, PdfSaveOptions options, ICreateStreamProvider provider)Parameters
sourcePath string
Svg dosya kaynağı yolu. bir mutlak URL oluşturmak için mevcut dizin yolu ile birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options PdfSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(çubuk, çubuk, PdfSaveOptions, ICreateStreamProvider)
Kaynağı pdf’ye dönüştürün. sonuç pdf dosyasıdır.
public static void ConvertSVG(string content, string baseUri, PdfSaveOptions options, ICreateStreamProvider provider)Parameters
content string
Kaynak belge içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
options PdfSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(string, string, yapılandırma, PdfSaveOptions, ICreateStreamProvider)
Kaynağı pdf’ye dönüştürün. sonuç pdf dosyasıdır.
public static void ConvertSVG(string content, string baseUri, Configuration configuration, PdfSaveOptions options, ICreateStreamProvider provider)Parameters
content string
Inline string svg içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options PdfSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(SVGDocument, ImageSaveOptions, çerçeve)
Sonuç resim dosyasıdır. sonuç resim dosyasıdır.
public static void ConvertSVG(SVGDocument source, ImageSaveOptions options, string outputPath)Parameters
source SVGDocument
Dönüşüm kaynağı
options ImageSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(Url, ImageSaveOptions, Çerçeve)
Sonuç resim dosyasıdır. sonuç resim dosyasıdır.
public static void ConvertSVG(Url url, ImageSaveOptions options, string outputPath)Parameters
url Url
Belgenin URL adresi.
options ImageSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(url, yapılandırma, ImageSaveOptions, string)
Sonuç resim dosyasıdır. sonuç resim dosyasıdır.
public static void ConvertSVG(Url url, Configuration configuration, ImageSaveOptions options, string outputPath)Parameters
url Url
Belgenin URL adresi.
configuration Configuration
Çevre yapılandırması için.
options ImageSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(String, ImageSaveOptions ve String)
Sonuç resim dosyasıdır. sonuç resim dosyasıdır.
public static void ConvertSVG(string sourcePath, ImageSaveOptions options, string outputPath)Parameters
sourcePath string
Svg dosya kaynağı yolu. bir mutlak URL oluşturmak için mevcut dizin yolu ile birleştirilecektir.
options ImageSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(string, yapılandırma, ImageSaveOptions, string)
Sonuç resim dosyasıdır. sonuç resim dosyasıdır.
public static void ConvertSVG(string sourcePath, Configuration configuration, ImageSaveOptions options, string outputPath)Parameters
sourcePath string
Svg dosya kaynağı yolu. bir mutlak URL oluşturmak için mevcut dizin yolu ile birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options ImageSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(string, string, ImageSaveOptions, string)
Sonuç resim dosyasıdır. sonuç resim dosyasıdır.
public static void ConvertSVG(string content, string baseUri, ImageSaveOptions options, string outputPath)Parameters
content string
Inline string svg içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
options ImageSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(string, string, yapılandırma, ImageSaveOptions, string)
Sonuç resim dosyasıdır. sonuç resim dosyasıdır.
public static void ConvertSVG(string content, string baseUri, Configuration configuration, ImageSaveOptions options, string outputPath)Parameters
content string
Inline string svg içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options ImageSaveOptions
Dönüşüm seçenekleri
outputPath string
çıkış dosyası yolu.
dönüştürücü(SVGDocument, ImageSaveOptions, ICreateStreamProvider)
SGK kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertSVG(SVGDocument document, ImageSaveOptions options, ICreateStreamProvider provider)Parameters
document SVGDocument
Dönüşüm kaynağı
options ImageSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(Url, ImageSaveOptions, ICreateStreamProvider)
SGK kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertSVG(Url url, ImageSaveOptions options, ICreateStreamProvider provider)Parameters
url Url
Belgenin URL adresi.
options ImageSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(Url, Yapılandırma, ImageSaveOptions, ICreateStreamProvider)
SGK kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertSVG(Url url, Configuration configuration, ImageSaveOptions options, ICreateStreamProvider provider)Parameters
url Url
Belgenin URL adresi.
configuration Configuration
Çevre yapılandırması için.
options ImageSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(çubuk, ImageSaveOptions, ICreateStreamProvider)
SGK kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertSVG(string sourcePath, ImageSaveOptions options, ICreateStreamProvider provider)Parameters
sourcePath string
Svg dosya kaynağı yolu. bir mutlak URL oluşturmak için mevcut dizin yolu ile birleştirilecektir.
options ImageSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(string, Konfigürasyon, ImageSaveOptions, ICreateStreamProvider)
SGK kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertSVG(string sourcePath, Configuration configuration, ImageSaveOptions options, ICreateStreamProvider provider)Parameters
sourcePath string
Svg dosya kaynağı yolu. bir mutlak URL oluşturmak için mevcut dizin yolu ile birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options ImageSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(çubuk, çubuk, ImageSaveOptions, ICreateStreamProvider)
SGK kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertSVG(string content, string baseUri, ImageSaveOptions options, ICreateStreamProvider provider)Parameters
content string
Inline string svg içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
options ImageSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
dönüştürücü(string, string, yapılandırma, ImageSaveOptions, ICreateStreamProvider)
SGK kaynağını görüntüye dönüştürün. sonuç görüntü dosyasıdır.
public static void ConvertSVG(string content, string baseUri, Configuration configuration, ImageSaveOptions options, ICreateStreamProvider provider)Parameters
content string
Inline string svg içeriği.
baseUri string
Belgenin temel URI, mevcut bir URL oluşturmak için dizin yolu ile birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
options ImageSaveOptions
Dönüşüm seçenekleri
provider ICreateStreamProvider
Aspose.Html.IO.ICreateStreamProvider arayüzünün uygulanması, bir çıkış akışı elde etmek için kullanılacaktır.
ConvertTemplate(HTMLDokument, TemplateData, TemplateLoadOptions, çerçeve)
Kullanıcı verileri ile html şablonu birleştirin. sonuç html dosyasıdır.
public static void ConvertTemplate(HTMLDocument template, TemplateData data, TemplateLoadOptions options, string outputPath)Parameters
template HTMLDocument
Kaynak çerçeve html doc.
data TemplateData
Birleşme için veri (XML, JSON)
options TemplateLoadOptions
Merging seçenekleri nesne.
outputPath string
çıkış dosyası yolu.
ConvertTemplate(URL, TemplateData, TemplateLoadOptions, çerçeve)
Kullanıcı verileri ile html şablonu birleştirin. sonuç html dosyasıdır.
public static void ConvertTemplate(Url url, TemplateData data, TemplateLoadOptions options, string outputPath)Parameters
url Url
Şablon kaynağı belge URL.
data TemplateData
Birleşme için veri (XML, JSON)
options TemplateLoadOptions
Merging seçenekleri nesne.
outputPath string
çıkış dosyası yolu.
ConvertTemplate(Url, yapılandırma, TemplateData, TemplateLoadOptions, string)
Kullanıcı verileri ile html şablonu birleştirin. sonuç html dosyasıdır.
public static void ConvertTemplate(Url url, Configuration configuration, TemplateData data, TemplateLoadOptions options, string outputPath)Parameters
url Url
Şablon kaynağı belge URL.
configuration Configuration
Çevre yapılandırması için.
data TemplateData
Birleşme için veri (XML, JSON)
options TemplateLoadOptions
Merging seçenekleri nesne.
outputPath string
çıkış dosyası yolu.
ConvertTemplate(çubuk, TemplateData, TemplateLoadOptions, çubuk)
Kullanıcı verileri ile html şablonu birleştirin. sonuç html dosyasıdır.
public static void ConvertTemplate(string sourcePath, TemplateData data, TemplateLoadOptions options, string outputPath)Parameters
sourcePath string
Kaynak html dosyası şablonu için yol. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
data TemplateData
Birleşme için veri (XML, JSON)
options TemplateLoadOptions
Merging seçenekleri nesne.
outputPath string
çıkış dosyası yolu.
ConvertTemplate(string, Konfigürasyon, TemplateData, TemplateLoadOptions, string)
Kullanıcı verileri ile html şablonu birleştirin. sonuç html dosyasıdır.
public static void ConvertTemplate(string sourcePath, Configuration configuration, TemplateData data, TemplateLoadOptions options, string outputPath)Parameters
sourcePath string
Kaynak html dosyası şablonu için yol. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
data TemplateData
Birleşme için veri (XML, JSON)
options TemplateLoadOptions
Merging seçenekleri nesne.
outputPath string
çıkış dosyası yolu.
ConvertTemplate(çubuk, çubuk, TemplateData, TemplateLoadOptions, çubuk)
Kullanıcı verileri ile html şablonu birleştirin. sonuç html dosyasıdır.
public static void ConvertTemplate(string content, string baseUrl, TemplateData data, TemplateLoadOptions options, string outputPath)Parameters
content string
Inline html şablonu - skeleton.
baseUrl string
HTML şablonunun temel URI, mevcut dizin yolu ile birlikte mutlak bir URL oluşturur.
data TemplateData
Birleşme için veri (XML, JSON)
options TemplateLoadOptions
Merging seçenekleri nesne.
outputPath string
çıkış dosyası yolu.
ConvertTemplate(çubuk, çubuk, yapılandırma, TemplateData, TemplateLoadOptions, çubuk)
Kullanıcı verileri ile html şablonu birleştirin. sonuç html dosyasıdır.
public static void ConvertTemplate(string content, string baseUrl, Configuration configuration, TemplateData data, TemplateLoadOptions options, string outputPath)Parameters
content string
Inline html şablonu - skeleton.
baseUrl string
HTML şablonunun temel URI, mevcut dizin yolu ile birlikte mutlak bir URL oluşturur.
configuration Configuration
Çevre yapılandırması için.
data TemplateData
Birleşme için veri (XML, JSON)
options TemplateLoadOptions
Merging seçenekleri nesne.
outputPath string
çıkış dosyası yolu.
ConvertTemplate(HTMLDoküman, TemplateData, TemplateLoadOptions)
Kullanıcı verileri ile html şablonu birleştirin. Sonuç Aspose.Html.HTMLDocument.
public static HTMLDocument ConvertTemplate(HTMLDocument template, TemplateData data, TemplateLoadOptions options)Parameters
template HTMLDocument
Kaynak çerçeve html doc.
data TemplateData
Birleşme için veri (XML, JSON)
options TemplateLoadOptions
Merging seçenekleri nesne.
Returns
Dönüşüm sonuçları HTMLDocument.
ConvertTemplate(URL, TemplateData ve TemplateLoadOptions)
Kullanıcı verileri ile html şablonu birleştirin. Sonuç Aspose.Html.HTMLDocument.
public static HTMLDocument ConvertTemplate(Url url, TemplateData data, TemplateLoadOptions options)Parameters
url Url
Şablon kaynağı belge URL.
data TemplateData
Birleşme için veri (XML, JSON)
options TemplateLoadOptions
Merging seçenekleri nesne.
Returns
Dönüşüm sonuçları HTMLDocument.
ConvertTemplate(Url, Konfigürasyon, TemplateData, TemplateLoadOptions)
Kullanıcı verileri ile html şablonu birleştirin. Sonuç Aspose.Html.HTMLDocument.
public static HTMLDocument ConvertTemplate(Url url, Configuration configuration, TemplateData data, TemplateLoadOptions options)Parameters
url Url
Şablon kaynağı belge URL.
configuration Configuration
Çevre yapılandırması için.
data TemplateData
Birleşme için veri (XML, JSON)
options TemplateLoadOptions
Merging seçenekleri nesne.
Returns
Dönüşüm sonuçları HTMLDocument.
ConvertTemplate(Çerçeve, TemplateData, TemplateLoadOptions)
Kullanıcı verileri ile html şablonu birleştirin. Sonuç Aspose.Html.HTMLDocument.
public static HTMLDocument ConvertTemplate(string sourcePath, TemplateData data, TemplateLoadOptions options)Parameters
sourcePath string
Kaynak html dosyası şablonu için yol. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
data TemplateData
Birleşme için veri (XML, JSON)
options TemplateLoadOptions
Merging seçenekleri nesne.
Returns
Dönüşüm sonuçları HTMLDocument.
ConvertTemplate(Çerçeve, Konfigürasyon, TemplateData, TemplateLoadOptions)
Kullanıcı verileri ile html şablonu birleştirin. Sonuç Aspose.Html.HTMLDocument.
public static HTMLDocument ConvertTemplate(string sourcePath, Configuration configuration, TemplateData data, TemplateLoadOptions options)Parameters
sourcePath string
Kaynak html dosyası şablonu için yol. mevcut dizin yolu ile bir mutlak URL oluşturmak için birleştirilecektir.
configuration Configuration
Çevre yapılandırması için.
data TemplateData
Birleşme için veri (XML, JSON)
options TemplateLoadOptions
Merging seçenekleri nesne.
Returns
Dönüşüm sonuçları HTMLDocument.
ConvertTemplate(Çerçeve, Çerçeve, TemplateData, TemplateLoadOptions)
Kullanıcı verileri ile html şablonu birleştirin. Sonuç Aspose.Html.HTMLDocument.
public static HTMLDocument ConvertTemplate(string content, string baseUrl, TemplateData data, TemplateLoadOptions options)Parameters
content string
Inline html şablonu - skeleton.
baseUrl string
HTML şablonunun temel URI, mevcut dizin yolu ile birlikte mutlak bir URL oluşturur.
data TemplateData
Birleşme için veri (XML, JSON)
options TemplateLoadOptions
Merging seçenekleri nesne.
Returns
Dönüşüm sonuçları HTMLDocument.
ConvertTemplate(çubuk, çubuk, yapılandırma, TemplateData, TemplateLoadOptions)
Kullanıcı verileri ile html şablonu birleştirin. Sonuç Aspose.Html.HTMLDocument.
public static HTMLDocument ConvertTemplate(string content, string baseUrl, Configuration configuration, TemplateData data, TemplateLoadOptions options)Parameters
content string
Inline html şablonu - skeleton.
baseUrl string
HTML şablonunun temel URI, mevcut dizin yolu ile birlikte mutlak bir URL oluşturur.
configuration Configuration
Çevre yapılandırması için.
data TemplateData
Birleşme için veri (XML, JSON)
options TemplateLoadOptions
Merging seçenekleri nesne.
Returns
Dönüşüm sonuçları HTMLDocument.