Sort Score
Result 10 results
Languages All
Labels All
Results 3,841 - 3,850 of 368,275 for

save

(0.24 sec)
  1. Manage SmartArt Shape Nodes in Presentations on...

    Manage SmartArt shape nodes in PPT and PPTX with Aspose.Slides for Android. Get clear Java code samples and tips to streamline your presentations....and set the text in TextFrame Save the Presentation. // Load the...Added" ); } } // Saving Presentation pres . save ( "AddSmartArtNode...

    docs.aspose.com/slides/androidjava/manage-smart...
  2. Add Images to PDF using CLI | Aspose.PDF

    Adding images into PDF documents programmatically with CLI sample code using Aspose.PDF for Aspose.PDF CLI... Use the GSave operator to save the current graphical state...operator to save the updated graphical state. Save the PDF file...

    products.aspose.com/pdf/cpp-cli/images/add/
  3. Create Line Shapes in Presentations with Python...

    Learn to manipulate line formatting in PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET. Discover properties, methods, and examples.... Save the presentation as a PPTX file...LINE , 50 , 150 , 300 , 0 ) # Save the presentation as a PPTX file...

    docs.aspose.com/slides/python-net/line/
  4. PDF to JPEG Merge using C++ | Aspose.PDF

    Combine two or more PDF documents into one JPEG single file programmatically with C++ sample code using Aspose.PDF for C++...file to new page After the loop save the result Here is an example...Merge PDF files using C++ and save as JPEG Example C++: this sample...

    products.aspose.com/pdf/cpp/merger/pdf-to-jpeg/
  5. 用C++插入切片器|Documentation

    使用Aspose.Cells结合C++管理Excel文件中的切片器。...); // Save the workbook in output XLSX format wb . Save ( outputFilePathXlsx...); // Save the workbook in output XLSB format wb . Save ( outputFilePathXlsb...

    docs.aspose.com/cells/zh/cpp/create-slicer/
  6. 用 C++ 将 JSON 转换为 Excel|Documentation

    学习如何用 C++ 和 Aspose.Cells 将 JSON 转换为 Excel 文件。...json" ); // Save the file to xlsx format workbook . Save ( u "sample_out...xlsx" ); std :: cout << "File saved successfully in xlsx format...

    docs.aspose.com/cells/zh/cpp/convert-json-to-ex...
  7. Convert a Document in C#|Aspose.Words for .NET

    Easily convert documents from one format to another using C#. You can work with all the most popular formats like Microsoft Word formats such as DOCX or DOC, OpenDocument formats such as ODT or OTT, web formats such as HTML or XHTML, text formats such as MarkDown or TXT, and others....combination of loading and saving operations. What Is Document...Aspose.Words involves loading or saving a document in some format....

    docs.aspose.com/words/net/convert-a-document/
  8. Manage SmartArt Shape Nodes in Presentations Us...

    Manage SmartArt shape nodes in PPT and PPTX with Aspose.Slides for PHP via Java. Get clear code samples and tips to streamline your presentations....and set the text in TextFrame Save the Presentation. # Load the...Added" ); } } # Saving Presentation $pres -> save ( "AddSmartArtNode...

    docs.aspose.com/slides/php-java/manage-smartart...
  9. Merger.merge method | Aspose.Words for Python

    aspose.words.lowcode.Merger.merge method...page of the output will be saved as a separate file. The specified...is TIFF, the output will be saved as a single multi-frame TIFF...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 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/