Sort Score
Result 10 results
Languages All
Labels All
Results 8,091 - 8,100 of 373,254 for

save

(0.65 sec)
  1. 使用 C++ 通过 Node.js 加载无图表的源Excel文件|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 在不含图表的情况下加载Excel文件。...); // Save the workbook in PDF format workbook . save ( path...

    docs.aspose.com/cells/zh/nodejs-cpp/load-source...
  2. Converting To XPS in Jython|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....xps" ) # Save the complete Workbook in XPS...XPS format workbook . save ( dataDir + "out_whole_printingxps"...

    docs.aspose.com/cells/java/converting-to-xps-in...
  3. How to add Freetext Annotation using C++ | Aspo...

    Add Freetext annotations programmatically in PDF with C++ sample code on any platform with C++ language...Annotations collections Save the file again System Requirements...freeTextAnnotation ); document . Save ( System . IO . Path . Combine...

    products.aspose.com/pdf/cpp/annotation/freetext...
  4. DocumentBase.fontInfos property | Aspose.Words ...

    DocumentBase.fontInfos property. Provides access to properties of fonts used in this document....trueType font` ); } Shows how to save a document with embedded TrueType...saveSubsetFonts = embedAllFonts ; doc . save ( base . artifactsDir + "Font...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Convert OST to OTT in Python | products.aspose.com

    Save OST to OTT in your Python applications without using Microsoft Outlook or Word...a text document format for saving and exchanging editable office...Words for Python via .NET and save it into respective Word OTT...

    products.aspose.com/total/python-net/conversion...
  6. Convert EPUB to TIFF – C# – Aspose.HTML for .NET

    Convert EPUB to TIFF using Aspose.HTML API. Consider various EPUB to TIFF conversion scenarios in C# examples. Try online EPUB Converter.... In the example, the save options are set by default....Converters; using Aspose.Html.Saving; using var stream = File.OpenRead(DataDir...

    docs.aspose.com/html/net/convert-epub-to-tiff/
  7. 使用WorkbookMetadata与Python.NET|Documentation

    学习如何使用Aspose.Cells for Python via .NET API高效管理工作簿元数据。..., "test" ) # Save the metadata info meta . save ( os . path ...

    docs.aspose.com/cells/zh/python-net/using-workb...
  8. Modify the Gradient of a Visio Shape|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....7853981633974501 ); // save the Visio drawing diagram . save ( dataDir +...

    docs.aspose.com/diagram/java/modify-the-gradien...
  9. Importing from Custom Objects|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....AutoFitColumns (); //Save the Excel file book . Save ( "ImportedCustomObject...

    docs.aspose.com/cells/net/importing-from-custom...
  10. 用C++将表格转换为ODS格式|Documentation

    使用Aspose.Cells将含表格的Excel文件转换为ODS文件格式。...inputFilePath ); // Save the file in ODS format workbook . Save ( outputDir...

    docs.aspose.com/cells/zh/cpp/convert-table-to-ods/