Sort Score
Result 10 results
Languages All
Labels All
Results 5,421 - 5,430 of 373,125 for

save

(0.18 sec)
  1. Convert FODP to PPS in Node.js | products.aspos...

    Convert FODP to PPS in Node.js. Use Node.js library API to convert FODP files to PPSs...Presentation from FODP file and save it as PPS. Node.js code for..."welcome-to-powerpoint.fodp" ); try { pres . save ( "output.pps" , aspose . slides...

    products.aspose.com/slides/nodejs-java/conversi...
  2. Aspose::Words::FileFormatUtil::SaveFormatToLoad...

    Aspose::Words::FileFormatUtil::SaveFormatToLoadFormat method. Converts a SaveFormat value to a LoadFormat value if possible in C++....Examples Shows how to convert a save format to its corresponding...file types can have documents saved to, but not loaded from using...

    reference.aspose.com/words/cpp/aspose.words/fil...
  3. Smart Object Update and Export using Aspose.PSD...

    Examples of how to use Smart Objects in PSD File...the SmartObjectLayer class to save the embedded image as a separate...respective layers. Save the Modified PSD File : Save the modified PSD...

    docs.aspose.com/psd/net/smart-object-update/
  4. Create PDF using .NET | Aspose.PDF

    This topic shows you how to use the Aspose.PDF for .NET API to easily generate and read PDF files in .NET applications.... Save the PDF using Save(String) method. Following..."Hello, World" )); pdfDocument . Save ( outputFile );...

    products.aspose.com/pdf/net/create/
  5. Set Viewer Preference of an existing PDF File|A...

    Learn how to set viewer preferences, such as page layout and zoom settings, for existing PDF documents using Aspose.PDF in Java....you have to save the updated PDF file using Save method. The...PAGE_MODE_USE_NONE ); editor . save ( _dataDir + "PdfContentEdi...

    docs.aspose.com/pdf/java/set-viewer-preference-...
  6. Add Barcodes to PDF Documents|Documentation

    How to Insert Barcodes to PDF Files...through class BarcodeGenerator and save it to an object of MemoryStream...setting its position on a page Save the updated PDF document How...

    docs.aspose.com/barcode/net/add-barcode-to-pdf-...
  7. Render Slide as Thumbnail to JPEG by User Defin...

    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 thumbnail image in any desired...)) { //Save the image to disk in JPEG format image . Save ( destFileName...

    docs.aspose.com/slides/net/render-slide-as-thum...
  8. Add Bookmark to PDF using Java | Aspose.PDF

    Add Bookmarks to PDF Programmatically with Java Using Aspose.PDF for Java... Save the file again This example...‘OutlineItemCollectio’, and then save the modified document bookmark...

    products.aspose.com/pdf/java/bookmarks/
  9. How to Convert VSX to HTML in Java

    This short tutorial guides you on how to convert VSX to HTML in Java. You can load an input Diagram and generate HTML from VSX in Java easily with a few API calls on any operating system like MS Windows, Linux, or macOS....instance of the Diagram class Save the output HTML file using SaveFileFormat...class object and then directly save it as an HTML file. Note that...

    kb.aspose.com/diagram/java/how-to-convert-vsx-t...
  10. Split PDF programmatically|Aspose.PDF for Java

    This topic shows how to split PDF pages into individual PDF files in your Java applications.... Save the new PDF using Save method. The following...add ( pdfPage ); newDocument . save ( _dataDir + "page_" + pageCount...

    docs.aspose.com/pdf/java/split-document/