Sort Score
Result 10 results
Languages All
Labels All
Results 5,851 - 5,860 of 368,332 for

save

(0.12 sec)
  1. Quick Start|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....How to Generate a Barcode and Save to a File This example shows...how to generate a QR code and save it as a PNG file. String licensePath...

    docs.aspose.com/barcode/java/quick-start/
  2. Aspose.PSD for Python via .NET 25.2 - Release N...

    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....Summary Category PSDPYTHON-153 Saving of PSB Files with size more...the bounds of the array” when saving psb with size more than 1GB...

    docs.aspose.com/psd/python-net/aspose-psd-for-p...
  3. Java Microsoft Visio Files Conversion | product...

    Convert Microsoft Visio formats VSDX VSX VDX VTX VSSX VSTX VSDM VSTM VSSM VDW VSD VST VSS to HTML Images and PDF with few lines of Java code....using Diagram class and call the save method with appropriate parameters...using diagram class and call the save method by providing output file...

    products.aspose.com/diagram/java/conversion/
  4. How to Convert Excel to SVG in C#

    In this short tutorial, you will learn how to convert Excel to SVG in C#. You only need to make a few API calls to control the rendering of Excel to vector graphics using C# on any operating system....object to set different options Save output SVG image by specifying...path and the file name in the Save method as per your requirements...

    kb.aspose.com/cells/net/how-to-convert-excel-to...
  5. How to Read MBOX Files in Node.js via .NET | pr...

    Read MBOX Files Read MBOX Files in JavaScript Open and read MBOX files in JavaScript, extracting messages and other e...... The API saves developers countless hours by...extractors. Read MBOX Files & Save Messages using Aspose.Email...

    products.aspose.com/email/nodejs-net/reading-mb...
  6. Convert PowerPoint Presentations to Markdown in...

    Convert PowerPoint slides — PPT, PPTX — to clean Markdown with Aspose.Slides for PHP via Java, automate documentation and keep formatting.... Use the save method to export it as a Markdown...pptx" ); try { $presentation -> save ( "presentation.md" , SaveFormat...

    docs.aspose.com/slides/php-java/convert-powerpo...
  7. Manage Presentation Shapes in .NET|Aspose.Slide...

    Learn to create, edit and optimize shapes in Aspose.Slides for .NET and deliver high-performance PowerPoint presentations.... Save the modified presentation as...PPTX file to disk srcPres . Save ( "CloneShape_out.pptx" , SaveFormat...

    docs.aspose.com/slides/net/shape-manipulations/
  8. Convert EXCEL to POTM using Python | products.a...

    EXCEL to POTM conversion in your Python applications without using Microsoft Office...After that, the created PDF is saved into the desired Microsoft PowerPoint...source EXCEL file Save EXCEL file to PDF by using save method by providing...

    products.aspose.com/total/python-net/conversion...
  9. Working with List Item|Aspose.PDF for .NET

    This section explains how to work with List Item with Aspose.PDF Facades using FormEditor Class...."Spain" ); // Save PDF document formEditor . Save ( dataDir + "Sample-Form-01-mod..."France" ); // Save PDF document formEditor . Save ( dataDir + "Sample-Form-04-mod...

    docs.aspose.com/pdf/net/working-with-list-item/
  10. 删除注释(facades)|Aspose.PDF for Java

    本节介绍如何使用 Aspose.PDF Facades 和 PdfAnnotationEditor 类删除注释。...最后,使用save方法保存更新后的PDF文件。 以下代码片段向您展示了如何按指定注释类型删除注释。...保存更新后的PDF annotationEditor . save ( _dataDir + "DeleteAnnotation...

    docs.aspose.com/pdf/zh/java/delete-annotations/