Sort Score
Result 10 results
Languages All
Labels All
Results 7,971 - 7,980 of 375,773 for

save

(1.95 sec)
  1. Aspose.PSD for Java 21.7 - 发行说明|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 ( outputFilePng , new PngOptions...PngOptions ()); image . save ( outputFilePsd ); } finally { image...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  2. ActiveX|Aspose.Slides 文档

    查看 Aspose.Slides for Java 的 ActiveX 示例:在 PPT 和 PPTX 演示文稿中插入、配置和控制 ActiveX 对象,示例代码清晰明确。... save ( "add_activex.pptm" , SaveFormat...removeAt ( 0 ); } presentation . save ( "removed_activex.pptm" , SaveFormat...

    docs.aspose.com/slides/zh/java/examples/element...
  3. 组形状|Aspose.Slides for Node.js via .NET 文档

    在 Aspose.Slides for Node.js 中管理组形状:创建、嵌套、对齐、重新排序和设置组形状样式,提供 PPT、PPTX 和 ODP 演示文稿示例。... save ( "group_shape.pptx" , aspose...removeAt ( 0 ); presentation . save ( "group_shape_removed.pptx"...

    docs.aspose.com/slides/zh/nodejs-java/examples/...
  4. Export Document Structure While Converting to P...

    Learn how to export document structure while converting an Excel file to a tagged PDF using Aspose.Cells for JavaScript via C++....exportDocumentStruct() you can save to a tagged PDF with the document...exportDocumentStruct = true ; // Save the PDF file with PdfSaveOptions...

    docs.aspose.com/cells/javascript-cpp/export-doc...
  5. How to - developer tips|Documentation

    Learn about the developer tips about C# Image Processing Library such as how to convert image to vectorized psd image, Save transparent image and more....with drawstring method How to save jpeg image with various compression...Reduce file size in tiff Set or Save Transparent Image in C# Textual...

    docs.aspose.com/imaging/net/developer-guide/how...
  6. Adding a Signature to an Image|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.... We will save the resultant image in PNG format...Graphics class DrawImage method. Save result in PNG format. Program...

    docs.aspose.com/psd/java/adding-a-signature-to-...
  7. Create PSD or PSB Image From Scratch using Java...

    Example of how the Aspose.PSD for Java can create Psd Image from scratch... Save PSD File: Save the created PSD image...

    docs.aspose.com/psd/java/create-psd-psb-images-...
  8. Table.clear_borders method | Aspose.Words for P...

    Table.clear_borders method. Removes all table and cell borders on this table.... save ( file_name = ARTIFACTS_DIR...then save the document. table . clear_borders () doc . save ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  9. How to Filter Blanks or Non-Blanks with C++|Doc...

    Learn how to filter blanks and non-blanks by using the Aspose.Cells for C++ API....methods to filter blanks and then saves the workbook as the output Excel...Refresh (); // Save the modified Excel file workbook . Save ( u "FilteredBlanks...

    docs.aspose.com/cells/cpp/how-to-filter-blanks-...
  10. Create Union Range with C++|Documentation

    Create Union Range in Excel files using Aspose.Cells with C++...."ABCD" ); // Save the output workbook workbook . Save ( u "CreateUnionRange_out...range created and workbook saved successfully!" << std :: endl...

    docs.aspose.com/cells/cpp/create-union-range/