Sort Score
Result 10 results
Languages All
Labels All
Results 6,731 - 6,740 of 375,700 for

save

(0.13 sec)
  1. View or Edit PPTM Files Metadata using Python |...

    Python source code to edit or view PPTM format metadata....Manager" # save your presentation to a file presentation . save( "D...tyName) # Saving presentation presentation . save( "CustomDocumentProper_out...

    products.aspose.com/slides/python-net/metadata/...
  2. Convert DOT to OST in Python | products.aspose.com

    Save DOT to OST within Python applications without using Microsoft Word or Outlook...NET and save it into OST format. How to Convert...using Document class Call the save method while specifying output...

    products.aspose.com/total/python-net/conversion...
  3. How to Change CSV to Excel in C++

    This tutorial will guide you how to change CSV to Excel in C++. It requires a few lines of code to convert a file from CSV to Excel in C++ using MS Windows or Linux operating system....to Excel in C++ , it will be saved as an XLSX file. Steps to Change...is to be converted to Excel Save the loaded workbook as XLSX...

    kb.aspose.com/cells/cpp/how-to-change-csv-to-ex...
  4. View or Edit POTX Files Metadata using Java | p...

    Java source code to edit or view POTX format metadata....Manager" ); // Save your presentation to a file pres . save ( "DocProps...getPropertyName ); // Saving presentation pres . save ( "CustomDemo.potx"...

    products.aspose.com/slides/java/metadata/potx/
  5. Update Visio Shape Text in PHP|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....Text" )); } $i += 1 ; } \ # Save diagram $saveFileFormat = new...SaveFileFormat (); $diagram -> save ( $dataDir . "UpdateShapeText...

    docs.aspose.com/diagram/java/update-visio-shape...
  6. Set Visio Shape's XForm Data in PHP|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....setValue ( 5 ); } $i += 1 ; } \ # Save diagram $saveFileFormat = new...SaveFileFormat (); $diagram -> save ( $dataDir . "SetShapeXFormData...

    docs.aspose.com/diagram/java/set-visio-shape-s-...
  7. View or Edit PPS Files Metadata using C++ | pro...

    C++ source code to edit or view PPS format metadata....// Save your presentation to a file presentation -> Save( u ...Name); // Saving presentation presentation -> Save( u "CustomDocumentProper_out...

    products.aspose.com/slides/cpp/metadata/pps/
  8. View or Edit PPT Files Metadata using C++ | pro...

    C++ source code to edit or view PPT format metadata....// Save your presentation to a file presentation -> Save( u ...Name); // Saving presentation presentation -> Save( u "CustomDocumentProper_out...

    products.aspose.com/slides/cpp/metadata/ppt/
  9. View or Edit FODP Files Metadata using C++ | pr...

    C++ source code to edit or view FODP format metadata....// Save your presentation to a file presentation -> Save( u ...Name); // Saving presentation presentation -> Save( u "CustomDocumentProper_out...

    products.aspose.com/slides/cpp/metadata/fodp/
  10. Convert PSD to JPG in Java | Java PSD Converter...

    Programmatically convert PSD to JPG in Java with Aspose.PSD for Java. Export PSD layers as JPG images in Java. Java PSD API.... Designers can save Photoshop layers as JPG images...options. Finally, save the output file using the save() method. The...

    blog.aspose.com/psd/convert-psd-to-jpg-in-java/