Sort Score
Result 10 results
Languages All
Labels All
Results 1,941 - 1,950 of 360,885 for

save

(0.1 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. 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/
  3. Aspose::Words::Saving::RtfSaveOptions class | A...

    Aspose::Words::Saving::RtfSaveOptions class. Can be used to specify additional options when saving a document into the Rtf format. To learn more, visit the documentation article in C++....Aspose::Words::Saving::RtfSaveOptions class Contents [ Hide ]...specify additional options when saving a document into the Rtf format...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. Convert PDF to Excel|Aspose.PDF for Android via...

    Aspose.PDF for Android via Java allows you to convert PDF to Excel format. During this, the individual pages of the PDF file are converted to Excel worksheets....Save(..) constructor. Converting...// Save the file into MS document format document . save ( xlsFileName...

    docs.aspose.com/pdf/androidjava/convert-pdf-to-...
  5. TxtListIndentation.character property | Aspose....

    TxtListIndentation.character property. Gets or sets which character to use for indenting list levels...configure list indenting when saving a document to plaintext. let...document's "Save" method // to modify how we save the document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. FixedPageSaveOptions.OptimizeOutput | Aspose.Wo...

    Enhance your document output with FixedPageSaveOptions' OptimizeOutput property. Remove redundancies and improve formatting for clearer displays....optimize document objects while saving to xps. Document doc = new...object to pass to the document's "Save" method // to modify how that...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Pdf with JavaScript via C++|Documentation

    Learn how to convert Excel Workbook into PDF using Aspose.Cells for JavaScript via C++.... Simply save an Excel file to PDF using the...Workbook class' save(string, SaveFormat) method. The save(string, SaveFormat)...

    docs.aspose.com/cells/javascript-cpp/convert-ex...
  8. Create PDF Forms using PHP via 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/
  9. What's new 2023|Aspose.PDF for .NET

    This page introduces the most popular new features in Aspose.PDF for .NET introduced in 2023...."" ; } } } // Save PDF document document . Save ( dataDir + "TextBox_out...Name ); } } // Save PDF document document . Save ( dataDir + "TextBox_out...

    docs.aspose.com/pdf/net/whatsnew/2023/
  10. Create or Manage PowerPoint SmartArt Shape Node...

    Manage smart art node and child node in PowerPoint Presentations in Java...and set the text in TextFrame Save the Presentation. // Load the...Added" ); } } // Saving Presentation pres . save ( "AddSmartArtNode...

    docs.aspose.com/slides/androidjava/manage-smart...