Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 368,108 for

save

(0.17 sec)
  1. 在xlsx4j中将工作簿转换为HTML|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....//Specify the HTML Saving Options HtmlSaveOptions save = new HtmlSaveOptions..."book1.xls" ); //Save the HTML file book . save ( dataDir + "AsposeHTMLSpreadshee...

    docs.aspose.com/cells/zh/java/convert-workbook-...
  2. FieldSaveDate.UseSakaEraCalendar | Aspose.Words...

    Effortlessly manage dates with FieldSaveDate's Saka Era Calendar feature. Easily toggle settings for enhanced date tracking and organization....of the document’s most recent save operation performed using Microsoft...Date this document was last saved:" ); // We can use the SAVEDATE...

    reference.aspose.com/words/net/aspose.words.fie...
  3. DocumentProperty.toByteArray method | Aspose.Wo...

    DocumentProperty.toByteArray method. Returns the property value as byte array....thumbnail to a document that we save as an Epub. let doc = new aw...( "Hello world!" ); // If we save a document, whose "Thumbnail"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. DocumentProperty.to_byte_array method | Aspose....

    DocumentProperty.to_byte_array method. Returns the property value as byte array....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...
  5. Encrypt And Decrypt ODS files with C++|Document...

    Password-protect and encrypt ODS files using Aspose.Cells for C++, which is a pure C++ library....OpenOffice Calc Select Save As and click the Save With Password box...box. Click the Save button. Type your desired password into both...

    docs.aspose.com/cells/cpp/encrypt-and-decrypt-o...
  6. Aspose.PSD for .NET 20.10 - Release Notes|Docum...

    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....Category PSDNET-565 Exception on saving the specific PSD file with...Text Layer Is Shifted After saving without any changes Bug PSDNET-720...

    docs.aspose.com/psd/net/aspose-psd-for-net-20-1...
  7. Aspose.Diagram for Node.js Examples|Documentation

    Viso Diagram Node.js API lets you work with Visio diagrams without any understanding of underlying file format. You can create Visio VSDX files from scratch and convert VSDX files to PNG with just a couple of lines of code.... save ( "output.vsdx" , aspose . diagram...Diagram ( "template.vsdx" ); // Save diagram as PNG options = new...

    docs.aspose.com/diagram/java/aspose-diagram-for...
  8. Aspose::Words::Saving namespace | Aspose.Words ...

    Aspose::Words::Saving namespace. The Aspose.Words.Saving namespace provides classes and enumerations that allow to specify additional options for saving or converting documents in C++....Aspose::Words::Saving namespace Contents [ Hide ] The Aspose...Aspose.Words.Saving namespace provides classes and enumerations that...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Move Pages to PDF using C++ | Aspose.PDF

    Move PDF pages of your document programmatically programmatically with C++ sample code using Aspose.PDF for C++... Save the output PDF using the Save method. Add page...document. Save output file. Delete page in source document. Save the...

    products.aspose.com/pdf/cpp/pages/move/
  10. Add and Delete a Bookmark|Aspose.PDF for C++

    This topic explain how to add bookmark to a PDF document with C++ library. Also you can delete all or particular bookmarks from a PDF document....pdfOutline ); // Save the update document pdfDocument -> Save ( _dataDir...pdfOutline ); // Save output pdfDocument -> Save ( _dataDir + u...

    docs.aspose.com/pdf/cpp/add-and-delete-bookmark/