Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 33,600 for

saveoptions

(0.42 sec)
  1. Node | Aspose.Words for Java

    Base class for all nodes of a Word document in Java....toString() toString(SaveOptions saveOptions) Exports the content...lang.String toString(SaveOptions saveOptions) public String toString(SaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  2. 将电子邮件保存为 PDF|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... save ( emlStream , SaveOptions . getDefaultMhtml ()); //...

    docs.aspose.com/email/zh/java/save-email-messag...
  3. Convert OLM to MHTML via C++ application | prod...

    Try our On-Premise APIs for your document conversion using C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....mhtml" , SaveOptions::get_DefaultMhtml()); OLM...

    products.aspose.com/email/cpp/conversion/olm-to...
  4. Convert OLM to OFT via C++ application | produc...

    Try our On-Premise APIs for your document conversion using C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....oft" , SaveOptions::get_DefaultOft()); OLM to...

    products.aspose.com/email/cpp/conversion/olm-to...
  5. ImageSavingArgs.ImageStream | Aspose.Words for ...

    Discover the ImageStream property in ImageSavingArgs to easily specify where to save your images, enhancing your workflow and efficiency....document to HTML, we can pass a SaveOptions object to designate a callback...

    reference.aspose.com/words/net/aspose.words.sav...
  6. PdfDigitalSignatureTimestampSettings.serverUrl ...

    PdfDigitalSignatureTimestampSettings.serverUrl property. Timestamp server URL....signature and assign it to our SaveOptions object to sign the document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. PdfDigitalSignatureTimestampSettings.ServerUrl ...

    Discover the PdfDigitalSignatureTimestampSettings ServerUrl property for secure timestamping. Ensure document integrity with reliable timestamp server URLs....signature and assign it to our SaveOptions object to sign the document...

    reference.aspose.com/words/net/aspose.words.sav...
  8. 文本矢量化和文本安全 – .NET

    本文介绍如何使用 SVGSaveoptions 类的 VectorizeText 属性将 SVG 文本转换为矢量。...vectorization 7 SVGSaveOptions saveOptions = new SVGSaveOptions 8 {...document with specified saveOptions 13 document. Save (Path....

    docs.aspose.com/svg/zh/net/text-vectorization/
  9. Save HTML Document – Aspose.HTML for Java

    Learn how to save HTML documents after editing using Aspose.HTML for Java API and how to apply save options....Java library provides the [SaveOptions]https://reference.aspose...com/html/java/com.aspose.html.saving/saveoptions/ and classes that allow you...

    docs.aspose.com/html/java/save-a-document/
  10. Bug when generating Html in fixedLayout of a do...

    Table with dotted border.docx (19.6 KB) When I convert this word document with this code to HTML output: HtmlFixedSaveoptions Saveoptions = new HtmlFixedSaveoptions(); Saveoptions.setExportEmbeddedCss(true); saveOption…...HtmlFixedSaveOptions saveOptions = new HtmlFixedSaveOptions(); saveOptions.set...e); saveOptions.setExportEmbeddedFon(true); saveOptions.setE...

    forum.aspose.com/t/bug-when-generating-html-in-...