原創(chuàng)|產(chǎn)品更新|編輯:李顯亮|2020-03-17 11:21:44.227|閱讀 228 次
概述:Aspose.HTML for .NET更新至v20.3,在此版本中,我們改進(jìn)了對(duì)損壞字體和無(wú)效URL的處理。我們還對(duì)渲染過(guò)程進(jìn)行了一些改進(jìn),歡迎下載體驗(yàn)。
# 界面/圖表報(bào)表/文檔/IDE等千款熱門(mén)軟控件火熱銷售中 >>
Aspose.HTML for .NET是一種高級(jí)HTML操作API,用于在.NET應(yīng)用程序中創(chuàng)建和操作HTML文檔。開(kāi)發(fā)人員可以插入,刪除,替換HTML節(jié)點(diǎn),提取CSS樣式,通過(guò)NodeIterator,遍歷規(guī)范提供的TreeWalker,XPath或CSS選擇器查詢來(lái)瀏覽HTML文檔。
Aspose.HTML for .NET更新至v20.3,在此版本中,我們改進(jìn)了對(duì)損壞字體和無(wú)效URL的處理。我們還對(duì)渲染過(guò)程進(jìn)行了一些改進(jìn),包括:
>>免費(fèi)下載最新版Aspose.HTML for .NET
key | 概述 | 類別 |
---|---|---|
HTMLNET-2436 | HTML無(wú)法正確轉(zhuǎn)換為PDF | Bug修復(fù) |
HTMLNET-2452 | HTML到圖像-發(fā)生NullReferenceException | Bug修復(fù) |
HTMLNET-2439 | 本地主機(jī)站點(diǎn)到映像轉(zhuǎn)換期間的異常 | Bug修復(fù) |
HTMLNET-2461 | HTML到圖像轉(zhuǎn)換掛起 | Bug修復(fù) |
HTMLNET-2441 | Aspose.HTML 20.1無(wú)法解析URL | Bug修復(fù) |
HTMLNET-2343 | 有關(guān)Aspose庫(kù)如何緩存用戶數(shù)據(jù)/文件以提高性能的文檔 | Bug修復(fù) |
為EPUB和MHTML轉(zhuǎn)換器添加了新的簽名。現(xiàn)在,可以使用URL或字符串路徑指定輸入文件 。
namespace Aspose.Html.Converters { public static class Converter { ////// Convert epub source to xps. Result is xps file. //////Conversion source path.///Conversion options.///Output file path.public static void ConvertEPUB(string sourcePath, XpsSaveOptions options, string outputPath); ////// Convert epub source to xps. Result is xps file. //////The source URL.///Conversion options.///Output file path.public static void ConvertEPUB(Url sourceUrl, XpsSaveOptions options, string outputPath); ////// Convert epub source to xps. Result is xps file. //////Conversion epub source file path.///The environment configuration.///Conversion options.///Output file path.public static void ConvertEPUB(string sourcePath, Configuration configuration, XpsSaveOptions options, string outputPath); ////// Convert epub source to xps. Result is xps file. //////The source URL.///The environment configuration.///Conversion options.///Output file path.public static void ConvertEPUB(Url sourceUrl, Configuration configuration, XpsSaveOptions options, string outputPath); ////// Convert epub source to xps. Result is xps file. //////Conversion epub source file path.///Conversion options.///Implementation of theinterface, which will be used to get an output stream.public static void ConvertEPUB(string sourcePath, XpsSaveOptions options, ICreateStreamProvider provider); ////// Convert epub source to xps. Result is xps file. //////The source URL.///Conversion options.///Implementation of theinterface, which will be used to get an output stream.public static void ConvertEPUB(Url sourceUrl, XpsSaveOptions options, ICreateStreamProvider provider); ////// Convert epub source to xps. Result is xps file. //////Conversion epub source file path.///The environment configuration.///Conversion options.///Implementation of theinterface, which will be used to get an output stream.public static void ConvertEPUB(string sourcePath, Configuration configuration, XpsSaveOptions options, ICreateStreamProvider provider); ////// Convert epub source to xps. Result is xps file. //////The source URL.///The environment configuration.///Conversion options.///Implementation of theinterface, which will be used to get an output stream.public static void ConvertEPUB(Url sourceUrl, Configuration configuration, XpsSaveOptions options, ICreateStreamProvider provider); ////// Convert epub source to pdf. Result is pdf file. //////Conversion epub source file path.///Conversion options.///Output file path.public static void ConvertEPUB(string sourcePath, PdfSaveOptions options, string outputPath); ////// Convert epub source to pdf. Result is pdf file. //////The source URL.///Conversion options.///Output file path.public static void ConvertEPUB(Url sourceUrl, PdfSaveOptions options, string outputPath); ////// Convert epub source to pdf. Result is pdf file. //////Conversion epub source file path.///The environment configuration.///Conversion options.///Output file path.public static void ConvertEPUB(string sourcePath, Configuration configuration, PdfSaveOptions options, string outputPath); ////// Convert epub source to pdf. Result is pdf file. //////The source URL.///The environment configuration.///Conversion options.///Output file path.public static void ConvertEPUB(Url sourceUrl, Configuration configuration, PdfSaveOptions options, string outputPath); ////// Convert epub source to pdf. Result is pdf file. //////Conversion epub source file path.///Conversion options.///Implementation of theinterface, which will be used to get an output stream.public static void ConvertEPUB(string sourcePath, PdfSaveOptions options, ICreateStreamProvider provider); ////// Convert epub source to pdf. Result is pdf file. //////The source URL.///Conversion options.///Implementation of theinterface, which will be used to get an output stream.public static void ConvertEPUB(Url sourceUrl, PdfSaveOptions options, ICreateStreamProvider provider); ////// Convert epub source to pdf. Result is pdf file. //////Conversion epub source file path.///The environment configuration.///Conversion options.///Implementation of theinterface, which will be used to get an output stream.public static void ConvertEPUB(string sourcePath, Configuration configuration, PdfSaveOptions options, ICreateStreamProvider provider); ////// Convert epub source to pdf. Result is pdf file. //////The source URL.///The environment configuration.///Conversion options.///Implementation of theinterface, which will be used to get an output stream.public static void ConvertEPUB(Url sourceUrl, Configuration configuration, PdfSaveOptions options, ICreateStreamProvider provider); ////// Convert epub source to image. Result is image file. //////Conversion epub source file path.///Conversion options.///Output file path.public static void ConvertEPUB(string sourcePath, ImageSaveOptions options, string outputPath); ////// Convert epub source to image. Result is image file. //////The source URL.///Conversion options.///Output file path.public static void ConvertEPUB(Url sourceUrl, ImageSaveOptions options, string outputPath); ////// Convert epub source to image. Result is image file. //////Conversion epub source file path.///The environment configuration.///Conversion options.///Output file path.public static void ConvertEPUB(string sourcePath, Configuration configuration, ImageSaveOptions options, string outputPath); ////// Convert epub source to image. Result is image file. //////The source URL.///The environment configuration.///Conversion options.///Output file path.public static void ConvertEPUB(Url sourceUrl, Configuration configuration, ImageSaveOptions options, string outputPath); ////// Convert epub source to image. Result is image file. //////Conversion epub source file path.///Conversion options.///Implementation of theinterface, which will be used to get an output stream.public static void ConvertEPUB(string sourcePath, ImageSaveOptions options, ICreateStreamProvider provider); ////// Convert epub source to image. Result is image file. //////The source URL.///Conversion options.///Implementation of theinterface, which will be used to get an output stream.public static void ConvertEPUB(Url sourceUrl, ImageSaveOptions options, ICreateStreamProvider provider); ////// Convert epub source to image. Result is image file. //////Conversion epub source file path.///The environment configuration.///Conversion options.///Implementation of theinterface, which will be used to get an output stream.public static void ConvertEPUB(string sourcePath, Configuration configuration, ImageSaveOptions options, ICreateStreamProvider provider); ////// Convert epub source to image. Result is image file. //////The source URL.///The environment configuration.///Conversion options.///Implementation of theinterface, which will be used to get an output stream.public static void ConvertEPUB(Url sourceUrl, Configuration configuration, ImageSaveOptions options, ICreateStreamProvider provider); ////// Convert mhtml source to xps. Result is xps file. //////Conversion mhtml source file path.///Conversion options.///Output file path.public static void ConvertMHTML(string sourcePath, XpsSaveOptions options, string outputPath); ////// Convert mhtml source to xps. Result is xps file. //////The source URL.///Conversion options.///Output file path.public static void ConvertMHTML(Url sourceUrl, XpsSaveOptions options, string outputPath); ////// Convert mhtml source to xps. Result is xps file. //////Conversion mhtml source file path.///The environment configuration.///Conversion options.///Output file path.public static void ConvertMHTML(string sourcePath, Configuration configuration, XpsSaveOptions options, string outputPath); ////// Convert mhtml source to xps. Result is xps file. //////The source URL.///The environment configuration.///Conversion options.///Output file path.public static void ConvertMHTML(Url sourceUrl, Configuration configuration, XpsSaveOptions options, string outputPath); ////// Convert mhtml source to xps. Result is xps file. //////Conversion mhtml source file path.///Conversion options.///Implementation of theinterface, which will be used to get an output stream.public static void ConvertMHTML(string sourcePath, XpsSaveOptions options, ICreateStreamProvider provider); ////// Convert mhtml source to xps. Result is xps file. //////The source URL.///Conversion options.///Implementation of theinterface, which will be used to get an output stream.public static void ConvertMHTML(Url sourceUrl, XpsSaveOptions options, ICreateStreamProvider provider); ////// Convert mhtml source to xps. Result is xps file. //////Conversion mhtml source file path.///The environment configuration.///Conversion options.///Implementation of theinterface, which will be used to get an output stream.public static void ConvertMHTML(string sourcePath, Configuration configuration, XpsSaveOptions options, ICreateStreamProvider provider); ////// Convert mhtml source to xps. Result is xps file. //////The source URL.///The environment configuration.///Conversion options.///Implementation of theinterface, which will be used to get an output stream.public static void ConvertMHTML(Url sourceUrl, Configuration configuration, XpsSaveOptions options, ICreateStreamProvider provider); ////// Convert mhtml source to pdf. Result is pdf file. //////Conversion mhtml source file path.///Conversion options.///Output file path.public static void ConvertMHTML(string sourcePath, PdfSaveOptions options, string outputPath); ////// Convert mhtml source to pdf. Result is pdf file. //////The source URL.///Conversion options.///Output file path.public static void ConvertMHTML(Url sourceUrl, PdfSaveOptions options, string outputPath); ////// Convert mhtml source to pdf. Result is pdf file. //////Conversion mhtml source file path.///The environment configuration.///Conversion options.///Output file path.public static void ConvertMHTML(string sourcePath, Configuration configuration, PdfSaveOptions options, string outputPath); ////// Convert mhtml source to pdf. Result is pdf file. //////The source URL.///The environment configuration.///Conversion options.///Output file path.public static void ConvertMHTML(Url sourceUrl, Configuration configuration, PdfSaveOptions options, string outputPath); ////// Convert mhtml source to pdf. Result is pdf file. //////Conversion mhtml source file path.///Conversion options.///Implementation of theinterface, which will be used to get an output stream.public static void ConvertMHTML(string sourcePath, PdfSaveOptions options, ICreateStreamProvider provider); ////// Convert mhtml source to pdf. Result is pdf file. //////The source URL.///Conversion options.///Implementation of theinterface, which will be used to get an output stream.public static void ConvertMHTML(Url sourceUrl, PdfSaveOptions options, ICreateStreamProvider provider); ////// Convert mhtml source to pdf. Result is pdf file. //////Conversion mhtml source file path.///The environment configuration.///Conversion options.///Implementation of theinterface, which will be used to get an output stream.public static void ConvertMHTML(string sourcePath, Configuration configuration, PdfSaveOptions options, ICreateStreamProvider provider); ////// Convert mhtml source to pdf. Result is pdf file. //////The source URL.///The environment configuration.///Conversion options.///Implementation of theinterface, which will be used to get an output stream.public static void ConvertMHTML(Url sourceUrl, Configuration configuration, PdfSaveOptions options, ICreateStreamProvider provider); ////// Convert mhtml source to image. Result is image file. //////Conversion mhtml source file path.///Conversion options.///Output file path.public static void ConvertMHTML(string sourcePath, ImageSaveOptions options, string outputPath); ////// Convert mhtml source to image. Result is image file. //////The source URL.///Conversion options.///Output file path.public static void ConvertMHTML(Url sourceUrl, ImageSaveOptions options, string outputPath); ////// Convert mhtml source to image. Result is image file. //////Conversion mhtml source file path.///The environment configuration.///Conversion options.///Output file path.public static void ConvertMHTML(string sourcePath, Configuration configuration, ImageSaveOptions options, string outputPath); ////// Convert mhtml source to image. Result is image file. //////The source URL.///The environment configuration.///Conversion options.///Output file path.public static void ConvertMHTML(Url sourceUrl, Configuration configuration, ImageSaveOptions options, string outputPath); ////// Convert mhtml source to image. Result is image file. //////Conversion mhtml source file path.///Conversion options.///Implementation of theinterface, which will be used to get an output stream.public static void ConvertMHTML(string sourcePath, ImageSaveOptions options, ICreateStreamProvider provider); ////// Convert mhtml source to image. Result is image file. //////The source URL.///Conversion options.///Implementation of theinterface, which will be used to get an output stream.public static void ConvertMHTML(Url sourceUrl, ImageSaveOptions options, ICreateStreamProvider provider); ////// Convert mhtml source to image. Result is image file. //////Conversion mhtml source file path.///The environment configuration.///Conversion options.///Implementation of theinterface, which will be used to get an output stream.public static void ConvertMHTML(string sourcePath, Configuration configuration, ImageSaveOptions options, ICreateStreamProvider provider); ////// Convert mhtml source to image. Result is image file. //////The source URL.///The environment configuration.///Conversion options.///Implementation of theinterface, which will be used to get an output stream.public static void ConvertMHTML(Url sourceUrl, Configuration configuration, ImageSaveOptions options, ICreateStreamProvider provider); } }還想要更多嗎?您可以點(diǎn)擊閱讀【2019 · Aspose最新資源整合】,查找需要的教程資源。如果您有任何疑問(wèn)或需求,請(qǐng)隨時(shí)加入Aspose技術(shù)交流群(642018183),我們很高興為您提供查詢和咨詢。
本站文章除注明轉(zhuǎn)載外,均為本站原創(chuàng)或翻譯。歡迎任何形式的轉(zhuǎn)載,但請(qǐng)務(wù)必注明出處、不得修改原文相關(guān)鏈接,如果存在內(nèi)容上的異議請(qǐng)郵件反饋至chenjj@fc6vip.cn