Sort Score
Result 10 results
Languages All
Labels All
Results 1,331 - 1,340 of 34,037 for

saveoptions

(0.11 sec)
  1. Manage Appointments: Create & Manipulate, Conve...

    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....IcsSaveOptions saveOptions = IcsSaveOptions . Default ; saveOptions . ProductId..."ChangeProdIdOfICS.ics" , saveOptions ); Loading Appointments Also...

    docs.aspose.com/email/net/create-and-manipulate...
  2. 通过C++的JavaScript将PdfSaveOptions和ImageOrPrintOpt...

    了解如何使用C++的Aspose.Cells for JavaScript设置PdfSaveoptions和ImageOrPrintOptions的DefaultFont属性,确保在字体缺失时正确渲染字体。...const saveOptions = new PdfSaveOptions (); saveOptions . defaultFont...defaultFont = "Times New Roman" ; saveOptions . checkWorkbookDefault =...

    docs.aspose.com/cells/zh/javascript-cpp/set-def...
  3. 使用C++获取工作表中的最大范围|Documentation

    本文介绍了如何使用Aspose.Cells for C++库获取Excel文件的最大范围、最大数据范围和最大显示范围。...export HtmlSaveOptions saveOptions ; saveOptions . SetExportActiveWorks...GetColumnCount () - 1 ); saveOptions . SetExportArea ( exportArea...

    docs.aspose.com/cells/zh/cpp/get-max-range-in-a...
  4. Make A Document In Java

    Create a file using Java library. Easily create a new document in Java in a few steps....PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.getOutlineOptions()...doc.save("Output.docx", saveOptions); import com.aspose.words...

    products.aspose.com/words/java/make/
  5. 避免在输出PDF中生成空白页,使用Node.js via C++|Documentation

    学习如何在没有内容输出时避免输出PDF中的空白页,使用Aspose.Cells for Node.js via C++。...String fileName , SaveOptions saveOptions ) AI Document Assistant...

    docs.aspose.com/cells/zh/nodejs-cpp/avoid-blank...
  6. Comparer.compare method | Aspose.Words for Python

    aspose.words.lowcode.Comparer.compare method... SaveOptions , author : str , date_time...file name. save_options SaveOptions The output’s save options...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ResourceSavingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.Saving.ResourceSavingArgs class, which enhances your document processing by providing essential data for the ResourceSaving event....(); HtmlFixedSaveOptions saveOptions = new HtmlFixedSaveOptions...UsingMachineFonts.html" , saveOptions ); Console . WriteLine (...

    reference.aspose.com/words/net/aspose.words.sav...
  8. HtmlSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.HtmlSaveoptions to enhance document saving in HTML, MHTML, EPUB, AZW3, and MOBI formats with customizable options....class HtmlSaveOptions : SaveOptions Constructors Name Description..."Rendering.docx" ); // Use a SaveOptions object to specify the encoding...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Convert PDF to EPUB, LaTeX, Text, XPS in C#|Asp...

    This topic shows you how to convert PDF file to other file formats like EPUB, LaTeX, Text, XPS etc using C# or .NET....option LaTeXSaveOptions saveOptions = new LaTeXSaveOptions ();...path for save option object saveOptions . OutDirectoryPath = pathToOutputDirector...

    docs.aspose.com/pdf/net/convert-pdf-to-other-fi...
  10. FileFormatUtil | Aspose.Words for Java

    Provides utility methods for working with file formats such as detecting file format or converting file extensions to/from file format enums in Java....Document(); // Configure a SaveOptions object to encrypt the document...document. OdtSaveOptions saveOptions = new OdtSaveOptions(SaveFormat...

    reference.aspose.com/words/java/com.aspose.word...