Sort Score
Result 10 results
Languages All
Labels All
Results 1,831 - 1,840 of 367,906 for

save

(0.1 sec)
  1. Customize Chart Axes in Presentations Using PHP...

    Discover how to use Aspose.Slides for PHP via Java to customize chart axes in PowerPoint presentations for reports and visualizations....getActualMinorUnit (); # Saves the presentation $pres -> save ( "MaxValuesVerticalAxi_out...switchRowColumn (); # Saves presentation $pres -> save ( "SwitchChartRowColumn_out...

    docs.aspose.com/slides/php-java/chart-axis/
  2. C++ API to Convert PCL to XLSB | products.aspos...

    Convert PCL to XLSB via C++ API without using Microsoft Excel or Adobe Reader...Convert PCL to XLSX by using Save member function Load XLSX document...reference Save the document to XLSB format using Save member function...

    products.aspose.com/total/cpp/conversion/pcl-to...
  3. C++ API to Convert MD to XLT | products.aspose.com

    Convert MD to XLT via C++ API without using Microsoft Excel or Adobe Reader...Convert MD to XLSX by using Save member function Load XLSX document...reference Save the document to XLT format using Save member function...

    products.aspose.com/total/cpp/conversion/md-to-...
  4. C++ API to Convert EPUB to CSV | products.aspos...

    Convert EPUB to CSV via C++ API without using Microsoft Excel or Adobe Reader...Convert EPUB to XLSX by using Save member function Load XLSX document...reference Save the document to CSV format using Save member function...

    products.aspose.com/total/cpp/conversion/epub-t...
  5. C++ API to Convert EPUB to MD | products.aspose...

    Convert EPUB to MD via C++ API without using Microsoft Excel or Adobe Reader...Convert EPUB to XLSX by using Save member function Load XLSX document...reference Save the document to MD format using Save member function...

    products.aspose.com/total/cpp/conversion/epub-t...
  6. C++ API to Convert XPS to TSV | products.aspose...

    Convert XPS to TSV via C++ API without using Microsoft Excel or Adobe Reader...Convert XPS to XLSX by using Save member function Load XLSX document...reference Save the document to TSV format using Save member function...

    products.aspose.com/total/cpp/conversion/xps-to...
  7. Fill.set_image method | Aspose.Words for Python

    aspose.words.drawing.Fill.set_image method... save ( file_name = ARTIFACTS_DIR...IMAGE_DIR + 'Logo.jpg' )) doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Convert PDF file to other formats|Aspose.PDF fo...

    Explore how to convert PDF files into other formats like Word, Excel, or images using Aspose.PDF for Java....save(..) method, to generate an EPUB...pdf" ); // Instantiate Epub Save options EpubSaveOptions options...

    docs.aspose.com/pdf/java/convert-pdf-to-other-f...
  9. Encrypting Excel Files with Node.js via C++|Doc...

    Learn how to encrypt and password‑protect Excel files using Aspose.Cells for Node.js via C++...."1234" ); // Save the Excel file. workbook . save ( path . join..."1234" ); // Save the Excel file. workbook . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/encrypting-exc...
  10. Update Links in PDF|Aspose.PDF for C++

    Update links in PDF programmatically with Aspose.PDF for C++. This guide is about how to update links in PDF file....)); // Save the document with updated link document -> Save ( _dataDir...)); // Save the document with updated link document -> Save ( _dataDir...

    docs.aspose.com/pdf/cpp/update-links/