Sort Score
Result 10 results
Languages All
Labels All
Results 2,921 - 2,930 of 380,285 for

save

(0.8 sec)
  1. Add an Asset Information To Scene|Documentation

    Metadata is structured information that describes, explains, locates or makes it easier to retrieve, use or manage an information resource. Aspose.3D for .NET API allows developers to define a Metadata for the scene.... Save 3D scene in the supported file...; // Save scene to 3D supported file formats scene . Save ( "InformationToScene...

    docs.aspose.com/3d/net/add-an-asset-information...
  2. Protect PPTX Presentation Files using Python | ...

    Python source code to protect PPTX Presentation.... save( "encrypted-pres.pptx" , slides...set_write_protection( "123123" ) pres . save( "write-protected-pres.pptx"...

    products.aspose.com/slides/python-net/protect/p...
  3. Add Asset Information to 3D document|Documentation

    Metadata is structured information that describes, explains, locates or makes it easier to retrieve, use or manage an information resource. Aspose.3D for Java API has support to define Metadata for the scene.... Save 3D scene in the supported file...); // Save scene to 3D supported file formats scene . save ( MyDir...

    docs.aspose.com/3d/java/add-asset-information-t...
  4. Add Attachments to PDF using Java | Aspose.PDF

    Java source code to add Attachments in PDF file....the collection’s Add method Save the PDF file. Adding Attachment...fileSpecification ); // Save the updated document pdfDocument . save ( "output...

    products.aspose.com/pdf/java/attachments/add/
  5. Set Field Alignment Vertical|Aspose.PDF for Pyt...

    This example demonstrates how to set the vertical alignment of a form field in a PDF document using Aspose.PDF for Python.... Save the modified document. from...ALIGN_BOTTOM ): # Save updated document form_editor . save ( outfile...

    docs.aspose.com/pdf/python-net/set-field-alignm...
  6. Manage Presentation Notes in Python|Aspose.Slid...

    Customize presentation notes with Aspose.Slides for Python via .NET. Seamlessly work with PowerPoint and OpenDocument notes to boost your productivity....remove_notes_slide () # save presentation to disk presentation . save ( "Remo...remove_notes_slide () # save presentation to disk presentation . save ( "Remo...

    docs.aspose.com/slides/python-net/presentation-...
  7. Your First Aspose.Diagram Application - Hello W...

    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....” on the first page, and saves the file. 创建新的 visio 文件 import...() #// Save diagram in the VSDX format diagram . save ( "CreateNewVisio_out...

    docs.aspose.com/diagram/zh/python-net/your-firs...
  8. Create PDF Forms using Java | Aspose.PDF

    Create PDF forms and add fields programmatically with Java sample code using Aspose.PDF for Java....Add field to the document and save modified PDF Create PDF Forms...textBoxField , 1 ); // Save modified PDF pdfDocument . save ( outputFile...

    products.aspose.com/pdf/java/acroforms/create/
  9. AutoFit Columns and Rows while loading HTML in ...

    Learn how to autofit columns and rows while loading HTML files in a Workbook using Aspose.Cells for Node.js via C++....without any load options and saves it in XLSX format. It then loads...getAutoFitColsAndRow() property to true , and saves it in XLSX format. Please download...

    docs.aspose.com/cells/nodejs-cpp/autofit-column...
  10. Add Watermark to PDF using Java | Aspose.PDF

    Add watermark to PDF file programmatically with Java sample code using Aspose.PDF for Java... Save PDF file Add Watermark to PDF...artifact ); //save result pdf to file pdfDocument . save ( "add_watermark...

    products.aspose.com/pdf/java/watermark/add/