Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 369,843 for

save

(0.11 sec)
  1. Convert Excel workbook to Ods, Sxc and Fods (Op...

    How to convert Excel to Ods (OpenOffice / LibreOffice Calc) or convert Ods (OpenOffice / LibreOffice Calc) to Excel with Aspose.Cells for JavaScript via C++....)); // Save as ODS const outputOdsData = workbook . save ( SaveFormat...; // Save as SXC const outputSxcData = workbook . save ( SaveFormat...

    docs.aspose.com/cells/javascript-cpp/convert-ex...
  2. Creating and Saving MSG Files|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....Русский Portuguese Creating and Saving MSG Files Contents [ Hide ]...MSG message with an RTF body. Save a message as a draft. Work with...

    docs.aspose.com/email/java/creating-and-saving-...
  3. TxtSaveOptions.saveFormat property | Aspose.Wor...

    TxtSaveOptions.SaveFormat property. Specifies the format in which the document will be Saved if this Save options object is used...the document will be saved if this save options object is used...SaveFormat Examples Shows how to save a .txt document with a custom...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. OoxmlSaveOptions constructor | Aspose.Words for...

    aspose.words.saving.OoxmlSaveOptions constructor...this class that can be used to save a document in the SaveFormat...self ): ... OoxmlSaveOptions(save_format) Initializes a new instance...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Convert PDF to Excel in .NET|Aspose.PDF for .NET

    Aspose.PDF for .NET library allows you to convert PDF to Excel format using C#. These formats include XLS, XLSX, XML 2003 Spreadsheet, CSV, ODS....Save(..) constructor. The following...instance of ExcelSaveOptions . Save it to XLS format specifying...

    docs.aspose.com/pdf/net/convert-pdf-to-excel/
  6. Aspose.Diagram 用于 Node.js 示例|Documentation

    Viso Diagram Node.js API lets you work with Visio diagrams without any understanding of underlying file format. You can create Visio VSDX files from scratch and convert VSDX files to PNG with just a couple of lines of code.... save ( "output.vsdx" , aspose . diagram...Diagram ( "template.vsdx" ); // Save diagram as PNG options = new...

    docs.aspose.com/diagram/zh/java/aspose-diagram-...
  7. Aspose.PSD for Python via .NET 24.2 - Release N...

    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....document Bug PSDPYTHON-37 Fix saving psd files having Stroke Pattern...fillLayer . update () image . save ( outputFile , PsdOptions ())...

    docs.aspose.com/psd/net/aspose-psd-for-python-v...
  8. PageSet.All | Aspose.Words for .NET

    Access all document pages in their original order with PageSet All property. Streamline your workflow and enhance document management effortlessly!...can pass to the document's "Save" method // to modify how that...pages from // our document to save in an output PDF document based...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Modifying AcroForms|Aspose.PDF for Java

    This section explains how to modifying forms in your PDF document with Aspose.PDF for Java....BLACK )); // Save updated document pdfDocument . save ( _dataDir...to the delete method and then save the updated PDF document. The...

    docs.aspose.com/pdf/java/modifing-form/
  10. Convert PDF to PDF/A formats|Aspose.PDF for Java

    Learn how to convert PDF files to PDF/A format for long-term archiving and compliance with document preservation standards using Aspose.PDF in Java....Delete ); // Save output document document . save ( DATA_DIR +...Delete ); // Save output document document . save ( DATA_DIR +...

    docs.aspose.com/pdf/java/convert-pdf-to-pdfa/