Sort Score
Result 10 results
Languages All
Labels All
Results 3,901 - 3,910 of 373,070 for

save

(0.15 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. Convert JSON to Excel with C++|Documentation

    Learn how to convert JSON to an Excel file with Aspose.Cells using C++....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/cpp/convert-json-to-excel/
  3. 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/...
  4. 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/
  5. Working with Images in Python|Aspose.Words for ...

    Create and manage images of various formats in a document using Python....insert, extract, modify, and save images in Word documents using...images_dir + "Logo.jpg" ) doc . save ( docs_base . artifacts_dir...

    docs.aspose.com/words/python-net/working-with-i...
  6. PageExtractOptions.update_page_starting_number ...

    PageExtractOptions.update_page_starting_number property. Specifies whether the start page number in the resulting document shall be updated...the initial page numbering and save the NUMPAGE field. doc = aw...count = 1 ) extracted_doc1 . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 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/
  8. 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/
  9. 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/
  10. C++ API to Export PDF to MARKDOWN | products.as...

    Convert PDF to MARKDOWN within C++ applications....Convert PDF to DOC by using Save member function Load DOC file...Words API Save the document to MARKDOWN format using Save member...

    products.aspose.com/total/cpp/conversion/pdf-to...