Sort Score
Result 10 results
Languages All
Labels All
Results 1,801 - 1,810 of 369,792 for

save

(0.1 sec)
  1. Creating and Saving Outlook Files|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....Creating and Saving Outlook Files Contents [ Hide ] Aspose.Email...explains how to: Create and Save Outlook Messages Create MSG...

    docs.aspose.com/email/net/creating-and-saving-o...
  2. BuiltInDocumentProperties.thumbnail property | ...

    BuiltInDocumentProperties.thumbnail property. Gets or sets the thumbnail of the document....thumbnail to a document that we save as an Epub. doc = aw . Document...writeln ( 'Hello world!' ) # If we save a document, whose "Thumbnail"...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Exporting Images to Different Formats in PHP|Do...

    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....new BmpOptions (); $image -> save ( $dataDir . "output.bmp" ,...the default options $image -> save ( $dataDir . "output.jpg" ,...

    docs.aspose.com/imaging/java/exporting-images-t...
  4. Merge MD files using Java | Aspose.PDF

    Merge MD files programmatically with Java sample code using Aspose.PDF for Java...download format to any supported save format. Aspose.PDF for Java...formats, both for loading and saving. Draw your attention that the...

    products.aspose.com/pdf/java/merger/md/
  5. Ignore Errors while Rendering Excel to PDF with...

    Learn how to ignore errors during Excel to PDF conversion using Aspose.Cells for C++....inputFilePath ); // Specify PDF save options – ignore errors PdfSaveOptions...); // Save the workbook as PDF with the specified save options...

    docs.aspose.com/cells/cpp/ignore-errors-while-r...
  6. FontFallbackSettings.LoadNotoFallbackSettings |...

    Discover how to enhance your typography with the FontFallbackSettings LoadNotoFallbackSettings method, using Google Noto fonts for seamless text display.... FallbackSettings ; // Save the default fallback font scheme...substitute. fontFallbackSettings . Save ( ArtifactsDir + "FontSettings...

    reference.aspose.com/words/net/aspose.words.fon...
  7. Protect and Unprotect Worksheets|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....); // Save the file. excelApp . ActiveWorkbook . Save (); //..."thispassword" ); // Save the Excel file. workbook . Save ( myPath );...

    docs.aspose.com/cells/net/protect-and-unprotect...
  8. DocumentProperty.ToByteArray | Aspose.Words for...

    Convert DocumentProperty to a byte array effortlessly with the ToByteArray method. Streamline data handling and enhance your coding efficiency!...thumbnail to a document that we save as an Epub. Document doc = new...( "Hello world!" ); // If we save a document, whose "Thumbnail"...

    reference.aspose.com/words/net/aspose.words.pro...
  9. Add Pages to PDF using C++ | Aspose.PDF

    Add PDF pages to your document programmatically with C++ sample code using Aspose.PDF for C++... Save the output PDF using the Save method. Insert...Insert ( 2 ); // Save output file document -> Save ( _dataDir + outputFileName...

    products.aspose.com/pdf/cpp/pages/add/
  10. How to Convert Excel to PDF using C++

    In this tutorial, we will learn how to convert Excel to PDF using C++. You can perform the Excel to PDF conversion using C++ in any operating systems like Microsoft Windows and Linux etc....input Excel file Save output PDF file with Save method You can...follow the example below to save any Excel file to PDF using...

    kb.aspose.com/cells/cpp/how-to-convert-excel-to...