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

save

(0.15 sec)
  1. Aspose.Slides for Java 14.9.0 的公共 API 和向后不兼容的更改...

    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.... save ( "presentation_out.pptx" ,...为保持页面编号保存幻灯片而添加的方法 新增方法: void IPresentation.save(string fname, int[] slides,...

    docs.aspose.com/slides/zh/java/public-api-and-b...
  2. Convert ICS to DOTM in Python | products.aspose...

    Save ICS to DOTM in your Python applications without using Microsoft Outlook or Word...NET and save it into respective Word DOTM...MailMessage.load class Call the save method while specifying output...

    products.aspose.com/total/python-net/conversion...
  3. Aspose.PSD for .NET 22.12 - 发行说明|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.... Save ( psdExportPath , new PsdOptions...psdExportPath )) { // 渲染为 PNG image . Save ( pngExportPath , new PngOptions...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  4. Add JavaScript Link|Aspose.PDF for Python via .NET

    This example binds an input PDF, adds a JavaScript link that triggers an alert on click, and Saves the modified document.... Save the updated PDF document. import...orange , ) # Save updated document content_editor . save ( outfile...

    docs.aspose.com/pdf/python-net/add-javascript-l...
  5. Add Square Annotation|Aspose.PDF for Python via...

    This example binds an input PDF, adds a filled blue square annotation on the first page, and Saves the modified document.... Save the updated Document. import...1 , 3 ) # Save output PDF file content_editor . save ( outfile...

    docs.aspose.com/pdf/python-net/add-square-annot...
  6. Create Submit Button|Aspose.PDF for Python via ...

    Learn how to add a Submit Button to a PDF document programmatically using Aspose.PDF for Python. This tutorial demonstrates how to create a button that submits form data to a specified URL and Save the updated PDF.... Save the updated PDF with the new...100 , 450 , 200 , 470 , ) # Save updated PDF document with form...

    docs.aspose.com/pdf/python-net/create-submit-bu...
  7. Group Shape|Aspose.Slides for Node.js via .NET ...

    Manage grouped shapes in Aspose.Slides for Node.js: create, nest, align, reorder, and style group shapes with examples in PPT, PPTX, and ODP presentations.... save ( "group_shape.pptx" , aspose...removeAt ( 0 ); presentation . save ( "group_shape_removed.pptx"...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  8. Specify Default Presentation Fonts in Java|Aspo...

    Set default fonts in Aspose.Slides for Java to ensure proper PowerPoint (PPT, PPTX) and OpenDocument (ODP) conversion to PDF, XPS and images....try { // save the image on the disk. slideImage . save ( "output...(); } // Generate PDF pres . save ( "output_out.pdf" , SaveFormat...

    docs.aspose.com/slides/java/default-font/
  9. Add Polygon Annotation|Aspose.PDF for Python vi...

    This example binds an input PDF, draws a solid polygon on the first page, and Saves the modified document with an annotation.... Save the updated Document. import...annotation" , ) # Save output PDF file content_editor . save ( outfile...

    docs.aspose.com/pdf/python-net/add-polygon-anno...
  10. Split PDF, HTML, TXT Files using Python | Aspos...

    Python source code to split files on .NET Framework, .NET Core.... Save current page as a separate PDF... Document ( "test.pdf" ); # save input html to pdf to file doc...

    products.aspose.com/pdf/python-net/splitter/