Sort Score
Result 10 results
Languages All
Labels All
Results 4,011 - 4,020 of 375,752 for

save

(0.18 sec)
  1. 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...
  2. Convert BMP to EMAIL in Python | products.aspos...

    Save BMP to EMAIL within Python applications without using Microsoft Word or Outlook...NET and save it into EMAIL format. This API...using Document class Call the save method while specifying output...

    products.aspose.com/total/python-net/conversion...
  3. How to Convert Excel Chart to JPG in Java

    This brief tutorial explains how to convert Excel chart to JPG in Java. You can follow this article to perform same task in any of the operating system Windows, macOS and Linux....the respective workbook sheet Save the chart object as JPG image...these steps, we learned how to save Excel chart as JPG in Java....

    kb.aspose.com/cells/java/how-to-convert-excel-c...
  4. Create Thumbnails of Presentation Shapes in .NE...

    Generate high-quality shape thumbnails from PowerPoint slides with Aspose.Slides for .NET – easily create and export presentation thumbnails.... Save the thumbnail image to any desired...shape . GetImage ()) { image . Save ( "Shape_thumbnail_out.png"...

    docs.aspose.com/slides/net/create-shape-thumbna...
  5. 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/
  6. Aspose::Words::Saving::TxtSaveOptions::get_AddB...

    Aspose::Words::Saving::TxtSaveOptions::get_AddBidiMarks method. Specifies whether to add bi-directional marks before each BiDi run when exporting in plain text format. The default value is false in C++....Aspose::Words::Saving::TxtSaveOptions::get_AddBidiMarks method...false . bool Aspose :: Words :: Saving :: TxtSaveOptions :: get_AddBidiMarks...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Unlock PDF using C++ | Aspose.PDF

    Decrypt (remove encryption) PDF documents programmatically with C++ sample code using Aspose.PDF for C++... Unlock PDF and save time. For example, if you often...Call Document.Decrypt Method. Save the PDF file. The provided C++...

    products.aspose.com/pdf/cpp/decrypt/
  8. Remove Slides from Presentations in JavaScript|...

    Effortlessly remove slides from PowerPoint and OpenDocument presentations with Aspose.Slides for Node.js. Get clear code examples and boost your workflow.... Save the modified presentation. This...slide ); // Saves the modified presentation pres . save ( "modified...

    docs.aspose.com/slides/nodejs-java/remove-slide...
  9. Extracting Messages from Outlook PST and Saving...

    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....Messages from Outlook PST and Saving them to MSG in Aspose.Email...MailItem ; Console . WriteLine ( "Saving message {0} ...." , mailItem...

    docs.aspose.com/email/net/extracting-messages-f...
  10. Create PDF Forms using php-java | Aspose.PDF

    Create PDF forms and add fields programmatically with PHP sample code using Aspose.PDF for PHP via Java....Add field to the document and save modified PDF Create PDF Forms...$textBoxField , 1 ); // Save modified PDF $document -> save ( $outputFile...

    products.aspose.com/pdf/php-java/acroforms/create/