Sort Score
Result 10 results
Languages All
Labels All
Results 9,851 - 9,860 of 365,752 for

save

(0.26 sec)
  1. PDF Format Conversion Solution for Rust | Aspos...

    Convert PDF to DOCX, DOC, PPTX, PNG, TIFF, EPUB, TEX, SVG & more using Rust... ; // Convert and save the previously opened PDF-document...PDF-document as DocX-document pdf . save_docx ( "sample.docx" ) ? ; Ok...

    products.aspose.com/pdf/rust-cpp/conversion/
  2. PdfPageMode enumeration | Aspose.Words for Node.js

    Aspose.Words.Saving.PdfPageMode enumeration. Specifies how the PDF document should be displayed when opened in the PDF reader....can pass to the document's "Save" method // to modify how that...let saveOptions = new aw . Saving . PdfSaveOptions (); // Set...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. How to Crop Image in Java

    This tutorial explains the process how to crop image in Java. To crop bitmap Java based runnable code along with the detailed steps are provided for the demonstration....lines of code which crop and save the resultant image as a BMP...specifying the desired values Save the resultant image on the disk...

    kb.aspose.com/imaging/java/how-to-crop-image-in...
  4. Convert PLT to PDF in Java

    This simple will let you convert PLT to PDF in Java. It covers precise steps to establish the environment and an example code to create a PLT to PDF converter in Java....file to PDF format using the save method The above steps entail...the PLT as a PDF document and save it to the disk or a memory stream...

    kb.aspose.com/cad/java/convert-plt-to-pdf-in-java/
  5. How to compress PDF | Aspose.PDF

    Do you know how easily compress PDF documents in Python? Compress PDF files with high quality using Python via .NET PDF library....document Optimize PDF documents Save file Use following code snippet...optimize_resources () # Save updated document document . save ( output_pdf...

    products.aspose.com/pdf/tutorial/compress-pdf/
  6. Saving Project Data to CSV and Text Formats in ...

    This article explains how to Save project data to CSV or text formats using Aspose.Tasks Java for Ruby....Working with Projects in Ruby Saving Project Data to CSV and Text...Reference Download Pricing Buy Saving Project Data to CSV and Text...

    docs.aspose.com/tasks/java/saving-project-data-...
  7. Rendering Shapes on Slide as Images|Aspose.Slid...

    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 extract that and will save it in file.The following code...; break ; } // img . Image . Save ( path + "ResultedImage" + "...

    docs.aspose.com/slides/net/rendering-shapes-on-...
  8. How to Convert HTML to PDF with JavaScript via ...

    This topic shows you how to convert HTML to PDF and MHTML to PDF using Aspose.Cells for JavaScript via C++.... Save the output PDF document by calling...calling the Workbook.save() method. <!DOCTYPE html> < html >...

    docs.aspose.com/cells/javascript-cpp/convert-ht...
  9. How to Convert Bitmap to PNG in Java

    This short tutorial guides you on how to convert Bitmap to PNG in Java. Using this tutorial you can convert BMP file to PNG in Java in any of the common operating systems like Windows, macOS or Linux....the PngOptions class object Save the source Bitmap file as PNG...Finally, we save the BMP file to PNG in Java using the save() function...

    kb.aspose.com/imaging/java/how-to-convert-bitma...
  10. ImageSaveOptions constructor | Aspose.Words for...

    ImageSaveOptions constructor. Initializes a new instance of this class that can be used to Save rendered images in the [SaveFormat.Tiff](../../../aspose.words/Saveformat/#Tiff), [SaveFormat.Png](../../../aspose.words/Saveformat/#Png), [SaveFormat.Bmp](../../../aspose.words/Saveformat/#Bmp), [SaveFormat.Jpeg](../../../aspose.words/Saveformat/#Jpeg), [SaveFormat.Emf](../../../aspose.words/Saveformat/#Emf), [SaveFormat.Eps](../../../aspose.words/Saveformat/#Eps), [SaveFormat.WebP](../../../aspose.words/Saveformat/#WebP) or [SaveFormat.Svg](../../../aspose.words/Saveformat/#Svg) format....this class that can be used to save rendered images in the SaveFormat...See Also module Aspose.Words.Saving class ImageSaveOptions ImageSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...