Sort Score
Result 10 results
Languages All
Labels All
Results 4,171 - 4,180 of 346,131 for

save

(0.19 sec)
  1. Manage Hyperlinks|Aspose.Slides Documentation

    How to add hyperlink to a PowerPoint Presentation in Java... save ( "presentation-out.pptx" ,...trust Aspose APIs" ); pres . save ( "pres-out.pptx" , SaveFormat...

    docs.aspose.com/slides/androidjava/manage-hyper...
  2. 使用 C++ 通过 Node.js 设置边距|Documentation

    在本文中,您将学习如何使用示例代码设置 Excel 工作表的边距。还将学习如何通过 Node.js API 和 C++ 编程设置页面中心、页眉和页脚的边距。...setTopMargin ( 3 ); // Save the Workbook. workbook . save ( path . join...( true ); // Save the Workbook. workbook . save ( path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/setting-mar...
  3. Add Ellipse Object to PDF file|Aspose.PDF for P...

    This article explains how to create a Ellipse object to your PDF using Aspose.PDF for Python via .NET....add ( graph ) # Save PDF document document . save ( path_outfile...add ( graph ) # Save PDF document document . save ( path_outfile...

    docs.aspose.com/pdf/python-net/add-ellipse/
  4. TxtSaveOptions.addBidiMarks property | Aspose.W...

    TxtSaveOptions.addBidiMarks property. Specifies whether to add bi-directional marks before each BiDi run when exporting in plain text format....document's "Save" method // to modify how we save the document...let saveOptions = new aw . Saving . TxtSaveOptions (); saveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose.PSD for .NET 21.9 - 发行说明|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 ( output1 ); image . Save ( output2 , new...loadOptions )) { // 不应抛出异常 im . Save ( outputFile ); } PSDNET-951...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  6. Merge PDF Documents using C# | Aspose.PDF

    Combine various PDF documents programmatically with C# sample code using Aspose.PDF for .NET...download format to any supported save format. Aspose.PDF for .NET...formats, both for loading and saving. Draw your attention that the...

    products.aspose.com/pdf/net/merger/
  7. Convert FLATOPC to POWERPOINT via Java or with ...

    Java API to Export FLATOPC to POWERPOINT without using Microsoft Word or PowerPoint or online. Test free FLATOPC to POWERPOINT online converter quickly before integrating the code....content into the Presentation and save it as a POWERPOINT file. The...automate the rendering process and save time. How to Convert FLATOPC...

    products.aspose.com/total/java/conversion/flato...
  8. Convert TXT to ODP via Java or with free Online...

    Java API to Export TXT to ODP without using Microsoft Word or PowerPoint or online. Test free TXT to ODP online converter quickly before integrating the code....content into the Presentation and save it as ODP. The File Automation...write HTML content in it, and save it as ODP. With the help of...

    products.aspose.com/total/java/conversion/txt-t...
  9. Basic operations with PDF documents|Aspose.PDF ...

    Basic operations section describes the possibilities of opening and saving PDF documents using the Aspose.PDF for Python via C++.... Save PDF Document - this article...describes a various ways how to save a PDF document. Get Started...

    docs.aspose.com/pdf/python-cpp/basic-operations/
  10. Flatten all Fields in existing PDF File (facade...

    This section explains how to flatten all Fields with Aspose.PDF Facades using Form Class....method and finally save the updated PDF using save(..) method. The...

    docs.aspose.com/pdf/java/flatten-all-fields/