Sort Score
Result 10 results
Languages All
Labels All
Results 5,961 - 5,970 of 368,010 for

save

(0.4 sec)
  1. View or Edit PPSX Files Metadata using C++ | pr...

    C++ source code to edit or view PPSX 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/ppsx/
  2. View or Edit ODP Files Metadata using C++ | pro...

    C++ source code to edit or view ODP 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/odp/
  3. View or Edit POT Files Metadata using C++ | pro...

    C++ source code to edit or view POT 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/pot/
  4. Example of using group layers in Aspose.PSD for...

    Using of Group Layer of PSD File via Python...layers, we can save the modified PSD image using the save method of...layer, add layers to it, and save the modified PSD image. Please...

    docs.aspose.com/psd/python-net/psd-group-layer/
  5. Add Bookmark to PDF using Java | Aspose.PDF

    Add bookmark to PDF programmatically with Java sample code using Aspose.PDF for Java... Save the file again This example...‘OutlineItemCollectio’, and then save the modified document bookmark...

    products.aspose.com/pdf/java/bookmarks/
  6. Aspose.Slides Product Family

    Find answers about creating, converting, and editing presentations in code without utilizing Microsoft PowerPoint....Presentation Properties in Java How to Save PowerPoint Slides with Notes...How to Save PowerPoint as PDF with Notes in C# How to Save a PowerPoint...

    kb.aspose.com/slides/page/3/
  7. Simple Mail Merge in Ruby|Aspose.Words for Java

    Simple Mail Merge using Ruby...."London" ] ) \ # Saves the document to disk. doc . save ( data_dir...coding sites: GitHub Load And Save To Stream in Ruby Update Fields...

    docs.aspose.com/words/java/simple-mail-merge-in...
  8. 使用Aspose.Cells将电子表格转换为PDF|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....xls" ); //Save the document in PDF format workbook . save ( "AsposeConvert...

    docs.aspose.com/cells/zh/java/convert-spreadshe...
  9. Lock Cells to Protect Them with Python.NET|Docu...

    Learn how to lock specific cells and protect worksheets in Excel files using Aspose.Cells for Python via .NET.... ALL ) # Save protected workbook workbook . save ( "output.xlsx"... ALL ) # Save the modified workbook workbook . save ( "output_locked...

    docs.aspose.com/cells/python-net/how-to-lock-ce...
  10. Add Page Number to PDF with C++|Aspose.PDF for C++

    Aspose.PDF for C++ allows you to add Page Number Stamp to your PDF file using PageNumber Stamp class....pageNumberStamp ); // Save output document document -> Save ( _dataDir +...batesNum ); } } // Save output document document -> Save ( _dataDir +...

    docs.aspose.com/pdf/cpp/add-page-number/