Sort Score
Result 10 results
Languages All
Labels All
Results 4,481 - 4,490 of 375,724 for

save

(0.25 sec)
  1. GroupShape|Aspose.Slides for Python Documentation

    Work with group shapes in Python using Aspose.Slides: create and ungroup, reorder child shapes, set transforms and bounds across PowerPoint and OpenDocument.... save ( "group.pptx" , slides . export...remove ( group ) presentation . save ( "group_removed.pptx" , slides...

    docs.aspose.com/slides/python-net/examples/elem...
  2. Protect ODP Presentation Files using Python | p...

    Python source code to protect ODP Presentation.... save( "encrypted-pres.odp" , slides...set_write_protection( "123123" ) pres . save( "write-protected-pres.odp"...

    products.aspose.com/slides/python-net/protect/odp/
  3. Aspose.PSD for Java 21.7 - 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.... save ( outputFilePng , new PngOptions...PngOptions ()); image . save ( outputFilePsd ); } finally { image...

    docs.aspose.com/psd/java/aspose-psd-for-java-21...
  4. Connector|Aspose.Slides for PHP Documentation

    Draw and control connectors in PHP with Aspose.Slides: add, route, reroute, set connection points, arrows and styles to link shapes in PPT, PPTX and ODP....100 , 100 ); $presentation -> save ( "connector.pptx" , SaveFormat...$connector ); $presentation -> save ( "connector_removed.pptx" ...

    docs.aspose.com/slides/php-java/examples/elemen...
  5. Specify Default Presentation Fonts on Android|A...

    Set default fonts in Aspose.Slides for Android via Java to ensure proper PowerPoint (PPT, PPTX) and OpenDocument (ODP) conversion to PDF, XPS and images....try { // save the image on the disk. slideImage . save ( "output...(); } // Generate PDF pres . save ( "output_out.pdf" , SaveFormat...

    docs.aspose.com/slides/androidjava/default-font/
  6. Protect PPTX Presentation Files using C++ | pro...

    C++ source code to protect PPTX Presentation...."123123" ); presentation -> Save( u "encrypted-pres.pptx" , SaveFormat..."123123" ); presentation -> Save( u "write-protected-pres.pptx"...

    products.aspose.com/slides/cpp/protect/pptx/
  7. Convert PowerPoint Presentations to HTML in Pyt...

    Convert PowerPoint presentations to responsive HTML in Python. Preserve layout, links, and images with Aspose.Slides conversion guide for fast, flawless results....ODP in Presentation object and save it to HTML format. About PowerPoint...Presentation class Use the Save method to save the object as an HTML...

    docs.aspose.com/slides/python-net/convert-power...
  8. Converting a PDF file to HTML using PHP | Aspos...

    Sample code on PHP for PDF to HTML conversion. Use example code for batch PDF to HTML conversion with Aspose.PDF for PHP via Java...Save method while passing the output...SaveFormat.Html as parameters Save the output HTML file System...

    products.aspose.com/pdf/php-java/conversion/pdf...
  9. Convert MSG to OFT via Java | products.aspose.com

    Try the code sample to convert MSG files to OFT format in Java. Download Java API to take your email processing applications to the next level....algorithms or tedious manual work, saving time and effort for more important...by multiple users. This can save time and effort by standardizing...

    products.aspose.com/email/java/conversion/msg-t...
  10. Remove Tables from PDF using Java | Aspose.PDF

    Remove tables from PDF file programmatically with Java sample code using Aspose.PDF for Java... Save the file. Delete Tables from...remove ( table ); // Save PDF pdfDocument . save ( DATA_DIR . resolve...

    products.aspose.com/pdf/java/table/remove/