Sort Score
Result 10 results
Languages All
Labels All
Results 5,581 - 5,590 of 375,709 for

save

(0.94 sec)
  1. Create archive from one or more files via Java

    How to put in a ZIP/TAR archive one or more files. Explore how to add file to archive with Aspose.Zip via Java... save ( "archive.zip" ); } This code..."data2.bin". Saving the Archive: Finally, the save method is called...

    products.aspose.com/zip/java/advanced-api-featu...
  2. Convert DOT to POTX via C++ or with free Online...

    Export DOT to POTX in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOT to POTX online converter quickly before integrating the code....create a new presentation and save it as a POTX file. This process...Convert DOT to HTML by using Save member function Initialize a...

    products.aspose.com/total/cpp/conversion/dot-to...
  3. Convert ODT to PPSM via C++ or with free Online...

    Export ODT to PPSM in your C++ applications without using Microsoft Word of PowerPoint or online. Test free ODT to PPSM online converter quickly before integrating the code....create a new presentation, and save it as PPSM. This process is...Convert ODT to HTML by using Save member function Initialize a...

    products.aspose.com/total/cpp/conversion/odt-to...
  4. Convert ODT to PPT via C++ or with free Online ...

    Export ODT to PPT in your C++ applications without using Microsoft Word of PowerPoint or online. Test free ODT to PPT online converter quickly before integrating the code....create a new presentation, and save it as a PPT file. This process...Convert ODT to HTML by using Save member function Initialize a...

    products.aspose.com/total/cpp/conversion/odt-to...
  5. Split PDF pages|Aspose.PDF for Java

    This section explains how to split PDF pages with com.aspose.pdf.facades Facades using PdfFileEditor class....loop through this array and save the individual sets of pages.... pdf ", numberOfPages); // Save individual files for (ByteArrayInputStream...

    docs.aspose.com/pdf/java/split-pdf-pages/
  6. Aspose.PSD for Java 23.10 - Release Notes|Docum...

    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 when having Shape layer Bug...TruecolorWithAlpha ); psdImage . save ( outputFile , pngOptions );...

    docs.aspose.com/psd/java/aspose-psd-for-java-23...
  7. 在 PDF C# 中添加文本印章|Aspose.PDF for .NET

    使用 TextStamp 类将文本印章添加到 PDF 文档中,使用 Aspose.PDF for .NET 库。...textStamp ); // Save PDF document document . Save ( dataDir + "AddTextStamp_out...( stamp ); // Save PDF document document . Save ( dataDir + "StampedPDF_out...

    docs.aspose.com/pdf/zh/net/text-stamps-in-the-p...
  8. Convert PST to RTF in Python | products.aspose.com

    Save PST to RTF in your Python applications without using Microsoft Outlook or Word...NET” API and saved into the desired RTF format...automate the conversion process and save time and effort. How to Convert...

    products.aspose.com/total/python-net/conversion...
  9. Your First Aspose.3D Application|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.... create a 3D scene and then save the file in FBX format. import... Scene () # Save 3D scene document scene . Save ( "document.fbx"...

    docs.aspose.com/3d/python-net/your-first-aspose...
  10. Create PDF document programmatically|Aspose.PDF...

    This page describes how to create PDF document from scratch with Aspose.PDF library.... Save the resultant PDF document....World!" )); // Save PDF document document . Save ( dataDir + "HelloWorld_out...

    docs.aspose.com/pdf/net/create-document/