Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 80,583 for

mhtml

(0.07 sec)
  1. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveOptions::get_ExportPageSetup method. Specifies whether page setup is exported to HTML, Mhtml or EPUB. Default is false in C++....setup is exported to HTML, MHTML or EPUB. Default is false ....

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Aspose::Words::Saving::HtmlVersion enum | Aspos...

    Aspose::Words::Saving::HtmlVersion enum. Indicates the version of HTML is used when saving the document to Html and Mhtml formats in C++....saving the document to Html and Mhtml formats. enum class HtmlVersion...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. 将 HTML 转换为 DOCX – C#

    使用 Aspose.HTML API 在 C# 中将 HTML 转换为 DOCX。在 C# 示例中考虑各种 HTML 到 DOCX 的转换情况。试试在线 HTML 转换器。...{{/if_output}} {{#if_output 'MHTML'}} var options = new MHTMLSaveOptions();...'JPG' 'GIF' 'PNG' 'TIFF' 'PDF' 'MHTML' 'MD' 'XPS' 'DOCX'}} Converter...

    docs.aspose.com/html/zh/net/convert-html-to-docx/
  4. Convert VCF to MSG via Java | products.aspose.com

    Try the code sample to convert VCF files to MSG format in Java. Download Java API to take your email processing applications to the next level....formats such as VCard, MSG, or MHTML, facilitating flexible handling...from EML , EMLX , ICS , MBOX , MHTML , MSG , OFT , OLM , OST , PST...

    products.aspose.com/email/java/conversion/vcf-t...
  5. Aspose.Words for Android via Java Features|Aspo...

    This section provides a comparison of availability of features between Aspose.Words for Java and Aspose.Words for Android via Java.... HTML, XHTML and MHTML Load and save HTML/XHTML for...greater interoperability. Save as MHTML is also available. OpenDocument...

    docs.aspose.com/words/java/aspose-words-for-and...
  6. PUB Converter API solution | .NET

    Convert Microsoft Publisher files Programmatically via C# library. Simple API solution to build your own PUB converter .NET project....PPTX, XPS, EPU, TEX, HTML, MHTML, and SVG conversion. Convert...PPTX, XPS, EPU, TEX, HTML, MHTML, and SVG conversion. Save converted...

    products.aspose.com/pub/net/conversion/
  7. 将 Excel 转换为 Pdf、图像及其他格式|Documentation

    使用 Node.js 通过 C++ 将 Excel 文件转换为 Word、Excel、PowerPoint、PDF、CSV、JPG、HTML、MHT、ODS、BMP、PNG、SVG、TIFF、XPS、JSON、SQL、XML 等格式。...fods" ); 将Excel工作簿转换为MHTML文件 MHTML结合了普通HTML以及外部资源(通常是链接的内容...Aspose.Cells支持读取和写入MHTML文件。 下面的代码示例显示了如何将工作簿保存为MHTML文件。 const path...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-wor...
  8. Producer Name in Outputs|Aspose.Words for Java

    Aspose.Words for Java add to the document the generator name and version number that was used to create it. This data can be found in the document in ways that depend on the output file format.... Mhtml <meta name="generator" content="Aspose...content="Aspose.Words for Java 24.1.0" /> MHTML file contains this tag. You...

    docs.aspose.com/words/java/generator-or-produce...
  9. Conversion from Word to Excel in Java

    Follow this article for conversion from Word to Excel in Java. It has details to set the IDE, a list of steps, and a sample code for Word DOC to Excel converter in Java....from DOC, DOCX, HTML, CHM, MHTML, XML, EPUB, etc. This article...

    kb.aspose.com/words/java/conversion-from-word-t...
  10. 保存 HTML 文档 – C# 示例 – Aspose.HTML for .NET

    了解如何使用 Aspose.HTML for .NET API 将 HTML 文档保存到文件、URL、Zip 存档和内存流中,以及如何应用保存选项。...with ❤ by GitHub 将 HTML 保存为 MHTML 在某些情况下,您需要将网页保存为单个文件。在这种情况下,...枚举指定了文档的保存格式,可以是 HTML、MHTML 和 MD 格式。下面的示例展示了如何使用 方法将 HTML 保存为 MHTML 格式。 Copy...

    docs.aspose.com/html/zh/net/save-html-document/