Sort Score
Result 10 results
Languages All
Labels All
Results 3,331 - 3,340 of 368,021 for

save

(0.9 sec)
  1. FileFormatInfo.load_format property | Aspose.Wo...

    FileFormatInfo.load_format property. Gets the detected document format....password when we save it, and then save the document. save_options =...= aw . saving . OdtSaveOptions ( save_format = aw . SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  2. CssSavingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.CssSavingArgs class, designed to enhance your document processing with customizable CssSaving event data for optimal results.... To learn more, visit the Save a Document documentation article...the CSS information will be saved to. Document { get; } Gets the...

    reference.aspose.com/words/net/aspose.words.sav...
  3. 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/
  4. 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-...
  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. 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...
  7. 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...
  8. 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...
  9. 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’s save(string, SaveFormat) method. The save(string, SaveFormat)...

    docs.aspose.com/cells/javascript-cpp/convert-ex...
  10. 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/