Sort Score
Result 10 results
Languages All
Labels All
Results 4,431 - 4,440 of 369,521 for

save

(0.18 sec)
  1. Convert Image to PPTX in Python | products.aspo...

    Convert Image to PPTX in Python. Use Python library API to convert Image files to PDFs...Presentation from Image file and save it as PPTX. Python code for..., 720 , 540 , image) pres . save( "index.pptx" , slides . export...

    products.aspose.com/slides/python-net/conversio...
  2. Insert Background Image to Excel with C++|Docum...

    How to insert a background image into Excel using Aspose.Cells for C++....buffer ); // Save the Excel file workbook . Save ( u "outputBackImageSheet....xlsx" ); // Save the HTML file workbook . Save ( u "outputBackImageSheet...

    docs.aspose.com/cells/cpp/insert-background-ima...
  3. Aspose::Words::Saving::OoxmlSaveOptions::get_Sa...

    Aspose::Words::Saving::OoxmlSaveOptions::get_SaveFormat method. Specifies the format in which the document will be Saved if this Save options object is used. Can be Docx, Docm, Dotx, Dotm or FlatOpc in C++....Aspose::Words::Saving::OoxmlSaveOptions::get_SaveFormat method...the document will be saved if this save options object is used...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. 用 Node.js 和 C++ 为 Excel 插入背景图像|Documentation

    “如何使用 Aspose.Cells for Node.js via C++ 插入背景图像到 Excel。”...buffer ); // Save the Excel file workbook . save ( "outputBackImageSheet....xlsx" ); // Save the HTML file workbook . save ( "outputBackImageSheet...

    docs.aspose.com/cells/zh/nodejs-cpp/insert-back...
  5. How to Run Aspose.Email|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.... Body ); // Save email in EML format eml . Save ( "my.eml" ,...DefaultEml ); // Save email in MSG format eml . Save ( "my.msg" ,...

    docs.aspose.com/email/net/how-to-run-aspose-email/
  6. Convert PNG to PPTX in PHP | products.aspose.com

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

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

    Convert PNG to PDF in PHP. Use PowerPoint PHP API to convert PNG files to PDF...Presentation from PNG 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/...
  8. Convert SVG to PPTX in PHP | products.aspose.com

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

    products.aspose.com/slides/php-java/conversion/...
  9. Merge POTX Files Using PHP | products.aspose.com

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

    products.aspose.com/slides/php-java/merger/potx/
  10. Merge PPTX Files Using PHP | products.aspose.com

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

    products.aspose.com/slides/php-java/merger/pptx/