Sort Score
Result 10 results
Languages All
Labels All
Results 3,671 - 3,680 of 367,994 for

save

(0.58 sec)
  1. Merge PPTM Files Using PHP | products.aspose.com

    Merge multiple PPTM files in PHP....get_Item ($i)); } $pres1 -> save ( "merged.pptm" , SaveFormat...to merge two PPTM files and save result as PPTM in PHP. Install...

    products.aspose.com/slides/php-java/merger/pptm/
  2. Convert Image to PDF in PHP | products.aspose.com

    Convert Image to PDF in PHP. Use PowerPoint PHP API to convert Image files to PDF...Presentation from Image file and save it as PDF. PHP code for converting...100 , 100 , $image); $pres -> save ( "output.pdf" , SaveFormat...

    products.aspose.com/slides/php-java/conversion/...
  3. Convert PNG to HTML in PHP | products.aspose.com

    Convert PNG to HTML in PHP. Use PowerPoint PHP API to convert PNG files to HTML...Presentation from PNG file and save it as HTML. PHP code for converting...100 , 100 , $image); $pres -> save ( "output.pptx" , SaveFormat...

    products.aspose.com/slides/php-java/conversion/...
  4. Merge FODP Files Using PHP | products.aspose.com

    Merge multiple FODP files in PHP....get_Item ($i)); } $pres1 -> save ( "merged.fodp" , SaveFormat...to merge two FODP files and save result as FODP in PHP. Install...

    products.aspose.com/slides/php-java/merger/fodp/
  5. Import Bookmarks from XML to an Existing PDF Fi...

    This section explains how to import bookmarks with Aspose.PDF Facades using PdfBookmarEditor Class.... Save the updated PDF file using the save method. The...

    docs.aspose.com/pdf/java/import-bookmark/
  6. Create Workbook and Worksheet Scoped Named Rang...

    Learn how to create workbook and worksheet scoped named ranges using Aspose.Cells for Node.js via C++...."workbookScope" ); // Save the workbook workbook . save ( path . join...local" ); // Save the workbook workbook . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/create-workboo...
  7. Rotating Cell Text in VSTO and Aspose.Cells|Doc...

    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 the file. The code samples that...Drawing . Color . White ); // Save the Excel file. objBook . SaveCopyAs...

    docs.aspose.com/cells/net/rotating-cell-text-in...
  8. Public API Changes in Aspose.Diagram 6.8.0|Docu...

    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....1 , 1 , 1 ); // save diagram diagram . save ( "C:\\temp\\MyOutput... getIX ())); // save diagram diagram . save ( "c:\\temp\\AddLayer_Out...

    docs.aspose.com/diagram/java/public-api-changes...
  9. Working with Contacts in PST File|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.... Save contacts information from PST...from an Outlook PST file and save the contact to disk in MSG format...

    docs.aspose.com/email/cpp/working-with-contacts...
  10. Manage PowerPoint Text Paragraphs in C++|Aspose...

    Master paragraph formatting with Aspose.Slides for C++—optimize alignment, spacing & style in PPT, PPTX, and ODP presentations in C++.... Save the modified presentation. This...18 ); } } } // Save PPTX to Disk pres -> Save ( outPath , Aspose...

    docs.aspose.com/slides/cpp/manage-paragraph/