Sort Score
Result 10 results
Languages All
Labels All
Results 2,471 - 2,480 of 373,255 for

save

(0.25 sec)
  1. C++ API to Convert MHTML to XLAM | products.asp...

    Convert MHTML to XLAM via C++ API without using Microsoft Excel or Adobe Reader...page archive format used to save web pages for offline viewing...Convert MHTML to XLSX by using Save member function Load XLSX document...

    products.aspose.com/total/cpp/conversion/mhtml-...
  2. MailMerger.ExecuteToImages | Aspose.Words for .NET

    Effortlessly perform a mail merge for individual records and convert results into high-quality images with MailMerger ExecuteToImages method....ImageSaveOptions The output’s save options. fieldNames String[]...ImageSaveOptions The output’s save options. fieldNames String[]...

    reference.aspose.com/words/net/aspose.words.low...
  3. Export Comments while Saving Excel file to HTML...

    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....Export Comments while Saving Excel file to HTML with JavaScript...Possible Usage Scenarios When you save your Excel file into HTML, comments...

    docs.aspose.com/cells/javascript-cpp/export-com...
  4. Export Comments while Saving Excel file to HTML...

    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....Ask AI Export Comments while Saving Excel file to HTML with Node...Possible Usage Scenarios When you save your Excel file to HTML, comments...

    docs.aspose.com/cells/nodejs-cpp/export-comment...
  5. Prevent Exporting Hidden Worksheet Contents on ...

    Learn how to prevent exporting hidden worksheet contents when saving Excel files to HTML using Aspose.Cells for Node.js via C++....Hidden Worksheet Contents on Saving to HTML with Node.js via C++...C++ Contents [ Hide ] You can save Excel workbooks to HTML. However...

    docs.aspose.com/cells/nodejs-cpp/prevent-export...
  6. Aspose.PSD for .NET 21.9 - Release Notes|Docume...

    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....Compression Default for PSD Saving to avoid huge output PSD Feature...Compression Default for PSD Saving to avoid huge output PSD string...

    docs.aspose.com/psd/net/aspose-psd-for-net-21-9...
  7. Extract Content in Ruby|Aspose.Words for Java

    Extract contents from Word document using Ruby....a new separate document and save it to disk. dst_doc = generate_document...extracted_nodes ) dst_doc . save ( @data_dir + "TestFile.Paragraphs...

    docs.aspose.com/words/java/extract-content-in-r...
  8. 使用评论|Documentation

    本页介绍如何使用 Aspose.Diagram 库添加或编辑评论。..., "test@" ); // Save diagram diagram . Save ( dataDir + "AddComment_out...= comment ; } // Save Visio diagram . Save ( dataDir + "EditComment_out...

    docs.aspose.com/diagram/zh/net/working-with-com...
  9. Convert JSON to Excel with Node.js via C++|Docu...

    Learn how to convert JSON to Excel file with Aspose.Cells for Node.js via C++....filePath ); // save file to XLSX format wb . save ( "sample_out...options ); // Save file in XLSX format book . save ( "sample_out...

    docs.aspose.com/cells/nodejs-cpp/convert-json-t...
  10. Add Curve Object to PDF file|Aspose.PDF for Java

    This article explains how to create a curve object to your PDF using Aspose.PDF for Java.... Save your PDF file public static...( graph ); // Save PDF file pdfDocument . save ( _dataDir + "DrawingCurve1_out...

    docs.aspose.com/pdf/java/add-curve/