Sort Score
Result 10 results
Languages All
Labels All
Results 1,251 - 1,260 of 378,409 for

save

(0.56 sec)
  1. Aspose.PSD for Java 25.10 - Release Notes|Docum...

    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....you modify the TextLayer and save the PSD file, an error occurs...PSDJAVA-789 Fix the issue with saving large files Bug PSDJAVA-790...

    docs.aspose.com/psd/java/aspose-psd-for-java-25...
  2. C++ API to Convert SVG to XLTM | products.aspos...

    Convert SVG to XLTM via C++ API without using Microsoft Excel or Adobe Reader...format that allows users to save a workbook with macros enabled...Convert SVG to XLSX by using Save member function Load XLSX document...

    products.aspose.com/total/cpp/conversion/svg-to...
  3. Online PCL to PPS Conversion or Develop Java ba...

    Free online app to convert PCL to PPS files. Java conversion library code for PCL documents....Convert PCL to PPTX by using save method Load PPTX document by...Presentation class Save the document to PPS format using save method and...

    products.aspose.com/total/java/conversion/pcl-t...
  4. Online PCL to OTP Conversion or Develop Java ba...

    Free online app to convert PCL to OTP files. Java conversion library code for PCL documents....Convert PCL to PPTX by using save method Load PPTX document by...Presentation class Save the document to OTP format using save method and...

    products.aspose.com/total/java/conversion/pcl-t...
  5. Online XPS to SWF Conversion or Develop Java ba...

    Free online app to convert XPS to SWF files. Java conversion library code for XPS documents....Convert XPS to PPTX by using save method Load PPTX document by...Presentation class Save the document to SWF format using save method and...

    products.aspose.com/total/java/conversion/xps-t...
  6. Online PDF to OTP Conversion or Develop Java ba...

    Free online app to convert PDF to OTP files. Java conversion library code for PDF documents....Convert PDF to PPTX by using save method Load PPTX document by...Presentation class Save the document to OTP format using save method and...

    products.aspose.com/total/java/conversion/pdf-t...
  7. Online PDF to POTX Conversion or Develop Java b...

    Free online app to convert PDF to POTX files. Java conversion library code for PDF documents....Convert PDF to PPTX by using save method Load PPTX document by...Presentation class Save the document to POTX format using save method and...

    products.aspose.com/total/java/conversion/pdf-t...
  8. Working with Comments|Documentation

    This page describes how to add or edit comments with Aspose.Diagram library...., "test@" ); // Save diagram diagram . Save ( dataDir + "AddComment_out...= comment ; } // Save Visio diagram . Save ( dataDir + "EditComment_out...

    docs.aspose.com/diagram/net/working-with-comments/
  9. 使用 C++ 将特定工作表导出为 PDF|Documentation

    使用 Aspose.Cells 与 C++ 导出特定工作表为 PDF。...// Save the pdf file with PdfSaveOptions workbook . Save ( u...); std :: cout << "PDF file saved successfully!" << std :: endl...

    docs.aspose.com/cells/zh/cpp/save-specified-wor...
  10. Add Curve Object to PDF file|Aspose.PDF for C++

    This article explains how to create a curve object to your PDF using Aspose.PDF for C++....paragraphs collection of page Save our PDF file void ExampleCurve...Add ( graph ); // Save PDF file document -> Save ( _dataDir + u...

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