Sort Score
Result 10 results
Languages All
Labels All
Results 6,221 - 6,230 of 371,729 for

save

(2.39 sec)
  1. Aspose.PSD for Java 24.6 - 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....image is cropped after the saving. Data is lost but Preview looks...true ); im . save ( outputFile ); } // Check saved changes try...

    docs.aspose.com/psd/java/aspose-psd-for-java-24...
  2. PDF to EPUB Merge using Java | Aspose.PDF

    Combine two or more PDF documents into one EPUB single file programmatically with Java sample code using Aspose.PDF for Java...file to new page After the loop save the result Here is an example...Merge PDF files using Java and save as EPUB Example Java: this sample...

    products.aspose.com/pdf/java/merger/pdf-to-epub/
  3. 公共 API Aspose.Diagram 6.8.0 的变化|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....1 , 1 , 1 ); // save diagram diagram . save ( "C:\\temp\\MyOutput... getIX ())); // save diagram diagram . save ( "c:\\temp\\AddLayer_Out...

    docs.aspose.com/diagram/zh/java/public-api-chan...
  4. Public API Changes in Aspose.Imaging 2.5.0|Docu...

    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 ( ms , options ); Visual Basic...TransparentColorSett ( Color . Red ) image . Save ( ms , options ) Please check...

    docs.aspose.com/imaging/net/public-api-changes-...
  5. Set Visio Shape's XForm, Line and Fill Data|Doc...

    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 the diagram. Programming Sample...setValue ( 5 ); } } // save diagram diagram . save ( dataDir + "SetXFormdata_Out...

    docs.aspose.com/diagram/java/set-visio-shape-s-...
  6. How to Rotate Text of Cell with C++|Documentation

    C++ code to rotate text of Cell with Aspose.Cells for C++ API... Save the Workbook After rotating...rotating the cells, you can save the modified workbook back to a file...

    docs.aspose.com/cells/cpp/how-to-rotate-text-of...
  7. Read Barcodes from Multipage TIFF Images in C#|...

    How to Recognize Barcodes from TIFF Files...This format is widely used to save data during automatic scanning...in tiffImage . Frames ) { //save the TIFF frame to the stream...

    docs.aspose.com/barcode/net/read-barcode-from-m...
  8. FontInfoCollection | Aspose.Words for Java

    Represents a collection of fonts used in a document in Java.... Examples: Shows how to save a document with embedded TrueType...setSaveSubsetFonts(embedAllFonts); doc.save(getArtifactsDir() + "Font.FontInfoCollection...

    reference.aspose.com/words/java/com.aspose.word...
  9. Auto Filter Data in VSTO and Aspose.Cells|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 the spreadsheet. The code samples...EntireColumn . AutoFit (); // Save the copy of workbook as .xlsx...

    docs.aspose.com/cells/net/auto-filter-data-in-v...
  10. Make PDF Using C++

    Make a new PDF in C++ in a few steps. Easily create PDF using C++ library....creating a PDF document using C++ Save the output PDF file It is worth...enim nunc faucibus a." ); doc-> Save ( u"Output.pdf" ); using namespace...

    products.aspose.com/words/cpp/make/pdf/