Sort Score
Result 10 results
Languages All
Labels All
Results 3,151 - 3,160 of 375,192 for

save

(0.24 sec)
  1. Hello World 示例|Documentation

    本页介绍如何使用 Aspose.Diagram 库创建 hello world 示例。...实例化一个 Diagram 对象 使用Diagram类对象的Save方法将文件保存到光盘 The following code...(); // Save diagram in the VSDX format diagram . Save ( dataDir...

    docs.aspose.com/diagram/zh/net/hello-world-exam...
  2. 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...
  3. Convert a Document to HTML, MHTML or EPUB in C#...

    Convert a document from almost any format to HTML or MHTML, as well as to EPUB format using C#. You can also specify Save options for managing the output document....one of the Save method overloads is used. You can save the document...explicitly set the output document save format or define it from the...

    docs.aspose.com/words/net/convert-a-document-to...
  4. Working with OneNote Notebooks | Aspose.Note Do...

    A comprehensive guide on using and managing OneNote notebooks for developers....[ Hide Show ] Creating and Saving A Notebook The Notebook class...a notebook from scratch and save it as OneNote Notebook (.onetoc2)...

    docs.aspose.com/note/java/working-with-onenote-...
  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 Shapes in PS file | Java

    How to add shapes to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...already created output stream and save options. Create a rectangle...the rectangle. Close the page. Save the document. If we need to...

    docs.aspose.com/page/java/ps/working-with-shapes/
  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/