Sort Score
Result 10 results
Languages All
Labels All
Results 2,411 - 2,420 of 363,350 for

save

(0.08 sec)
  1. Manipulating WebP Images|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 WebP image. Following is the...WebP Aspose.Imaging lets you save files in Webp format. This article...

    docs.aspose.com/imaging/python-net/manipulating...
  2. C++ API to Convert XSLFO to TSV | products.aspo...

    Convert XSLFO to TSV via C++ API without using Microsoft Excel or Adobe Reader...Convert XSLFO to XLSX by using Save member function Load XLSX document...reference Save the document to TSV format using Save member function...

    products.aspose.com/total/cpp/conversion/xslfo-...
  3. C++ API to Convert EPUB to XLTM | products.aspo...

    Convert EPUB to XLTM via C++ API without using Microsoft Excel or Adobe Reader...Convert EPUB to XLSX by using Save member function Load XLSX document...reference Save the document to XLTM format using Save member function...

    products.aspose.com/total/cpp/conversion/epub-t...
  4. Specify Default Presentation Fonts on Android|A...

    Set default fonts in Aspose.Slides for Android via Java to ensure proper PowerPoint (PPT, PPTX) and OpenDocument (ODP) conversion to PDF, XPS and images....try { // save the image on the disk. slideImage . save ( "output...(); } // Generate PDF pres . save ( "output_out.pdf" , SaveFormat...

    docs.aspose.com/slides/androidjava/default-font/
  5. 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...
  6. XlsxSaveOptions.SaveFormat | Aspose.Words for .NET

    Discover the XlsxSaveOptions SaveFormat property to effortlessly Save documents in Xlsx format, ensuring compatibility and quality for your files....the document will be saved if this save options object is used...= SaveFormat . Xlsx ; doc . Save ( ArtifactsDir + "XlsxSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  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. Set Print Titles with Python.NET|Documentation

    Learn how to configure repeated row/column headers on printed pages using Aspose.Cells for Python via .NET....= "$1:$1" # Save modified workbook workbook . save ( "output.xlsx"...print_title_columns = "" # Save modified workbook workbook . save ( "output.xlsx"...

    docs.aspose.com/cells/python-net/how-to-set-pri...
  9. Manage Presentation Backgrounds in Java|Aspose....

    Learn how to set dynamic backgrounds in PowerPoint and OpenDocument files using Aspose.Slides for Java, with code tips to boost your presentations.... Save the modified presentation. The...); // Save the presentation to disk. presentation . save ( "SolidColorBackground...

    docs.aspose.com/slides/java/presentation-backgr...
  10. Add Text to PDF using Rust|Aspose.PDF for Rust ...

    Learn how to add text to a PDF document in Rust using Aspose.PDF for content enhancement and document editing.... Saves the modifications to the same...; // Save the previously opened PDF-document pdf . save () ?...

    docs.aspose.com/pdf/rust-cpp/add-text-to-pdf-file/