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

save

(0.25 sec)
  1. Update Days Preserving History of Revision Logs...

    Learn how to update the days for preserving revision log history in shared workbooks using Aspose.Cells for Node.js via C++....setDaysPreservingHis ( 7 ); // Save the workbook workbook . save ( "outputShar...Opening Excel File without Open Save Cancel Dialog Box using Node...

    docs.aspose.com/cells/nodejs-cpp/update-days-pr...
  2. Convert Presentations to HTML5 in Python|Aspose...

    Export PowerPoint & OpenDocument presentations to responsive HTML5 with Aspose.Slides for Python via .NET. Preserve formatting, animations, and interactivity.... save ( "index.html" , slides . export...animate_transitions = False presentation . save ( "index.html" , slides . export...

    docs.aspose.com/slides/python-net/export-to-html5/
  3. Remove Slides from Presentations in C++|Aspose....

    Effortlessly remove slides from PowerPoint and OpenDocument presentations with Aspose.Slides for C++. Get clear code examples and boost your workflow.... Save the modified presentation. This...slide ); // Saves the modified presentation pres -> Save ( outPath...

    docs.aspose.com/slides/cpp/remove-slide-from-pr...
  4. Convert PowerPoint Slides to PNG in C++|Aspose....

    Convert PowerPoint presentations to high-quality PNG images quickly with Aspose.Slides for C++, ensuring precise, automated results....the IImage::Save(String, ImageFormatPtr method to save the slide...index ); slide -> GetImage () -> Save ( fileName , ImageFormat ::...

    docs.aspose.com/slides/cpp/convert-powerpoint-t...
  5. Add Attachments to PDF using Python | Aspose.PDF

    Add attachments to PDF documents with Python on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop....the collection’s Add method Save the PDF file. Adding Attachment...file_specification ) # Save new output document . save ( path_outfile...

    products.aspose.com/pdf/python-net/attachments/...
  6. Protect PPTX Presentation Files using Java | pr...

    Java source code to protect PPTX Presentation.... save ( "encrypted-pres.pptx" , SaveFormat...( "123123" ); presentation . save ( "write-protected-pres.pptx"...

    products.aspose.com/slides/java/protect/pptx/
  7. Working with Attachments and Embedded Objects u...

    Add, remove, extract, and display email attachments and embedded objects using Aspose.Email for C++ classes and methods.... Save the message if needed. Code...from an Email To extract and save attachments from an existing...

    docs.aspose.com/email/cpp/working-with-attachme...
  8. PDF Header Insertion Using Java | Aspose.PDF

    Java source code to add header in PDF document on any platform.... Save the PDF file. Add a Header to...textStamp ); } // Save updated document pdfDocument . save ( DATA_DIR...

    products.aspose.com/pdf/java/header/
  9. Unlock PPTX Presentation Files using C++ | prod...

    C++ source code to remove protection from PPTX Presentation....RemoveEncryption(); presentation -> Save( u "encryption-removed.pptx"...RemoveWriteProtectio(); presentation -> Save( u "write-protection-removed...

    products.aspose.com/slides/cpp/unlock/pptx/
  10. Unlock ODP Presentation Files using C++ | produ...

    C++ source code to remove protection from ODP Presentation....RemoveEncryption(); presentation -> Save( u "encryption-removed.odp"...RemoveWriteProtectio(); presentation -> Save( u "write-protection-removed...

    products.aspose.com/slides/cpp/unlock/odp/