Sort Score
Result 10 results
Languages All
Labels All
Results 2,051 - 2,060 of 378,100 for

save

(1.72 sec)
  1. Aspose.PSD for Java 20.5 - Release Notes|Docume...

    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....Grayscale ColorMode PSD Image saving with 16 bit per channel Feature...Groups Feature PSDJAVA-195 Fix saving PSD image with Grayscale ColorMode...

    docs.aspose.com/psd/java/aspose-psd-for-java-20...
  2. C++ API to Convert XML to PPS | products.aspose...

    Convert XML to PPS via C++ without using Microsoft Word or Adobe Acrobat Reader... Then, you can save the file in the PPTX format...Convert XML to PPTX by using Save method function Load PPTX document...

    products.aspose.com/total/cpp/conversion/xml-to...
  3. How to Print Excel as Fitted Pages Wide and Tal...

    Learn to set fit_to_pages_wide and fit_to_pages_tall properties for Excel printing using Aspose.Cells for Python via .NET API....fit_to_pages_wide = 1 # Save the workbook workbook . save ( "out_net.pdf"...True # Save the workbook with options workbook . save ( "OnePagePerSheet...

    docs.aspose.com/cells/python-net/how-to-print-e...
  4. Convert Document to PDF|Aspose.Words for Java

    Convert a document in any supported format to PDF easily and fast instead of using docx4j in Java....save() method and specify a file...dataDir + "document.doc" ); doc . save ( dataDir + "Aspose_DocToPDF...

    docs.aspose.com/words/java/convert-document-to-...
  5. Aspose.PSD for .NET 23.8 - 发行说明|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 ( outputPsd ); psdImage . Save ( outputPng ...StructureKey + 1000 )) { newPsd . Save ( memStream ); memStream . Seek...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  6. Security Annotations using Python|Aspose.PDF fo...

    Learn how to mark text for redaction, apply redaction annotations, and redact image areas in PDF files using Aspose.PDF for Python via .NET....redaction_annotation , True ) Save the marked PDF document . save ( outfile ) Complete...redaction_annotation , True ) document . save ( outfile ) Apply Redaction...

    docs.aspose.com/pdf/python-net/security-annotat...
  7. C++ API to Convert XSLFO to XLSB | products.asp...

    Convert XSLFO to XLSB via C++ API without using Microsoft Excel or Adobe Reader...Convert XSLFO to XLSX by using Save member function Load XLSX document...reference Save the document to XLSB format using Save member function...

    products.aspose.com/total/cpp/conversion/xslfo-...
  8. C++ API to Convert XSLFO to FODS | products.asp...

    Convert XSLFO to FODS via C++ API without using Microsoft Excel or Adobe Reader...Convert XSLFO to XLSX by using Save member function Load XLSX document...reference Save the document to FODS format using Save member function...

    products.aspose.com/total/cpp/conversion/xslfo-...
  9. C++ API to Convert MHTML to EXCEL | products.as...

    Convert MHTML to EXCEL via C++ API without using Microsoft Excel or Adobe Reader...Convert MHTML to XLSX by using Save member function Load XLSX document...reference Save the document to CSV format using Save member function...

    products.aspose.com/total/cpp/conversion/mhtml-...
  10. Set Submit Flag|Aspose.PDF for Python via .NET

    Learn how to programmatically set a submit flag for a PDF form button using Aspose.PDF for Python. This allows the button to submit form data in a specific format, such as XFDF, when clicked by a user.... Save the updated PDF document. import... XFDF ) # Save output PDF file form_editor . save ( output_file_name...

    docs.aspose.com/pdf/python-net/set-submit-flag/