Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 367,861 for

save

(0.12 sec)
  1. 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...
  2. PageSavingArgs | Aspose.Words for Java

    Provides data for the IPageSavingCallback.pageSavingcom.aspose.words.PageSavingArgs event in Java....Shows how to use a callback to save a document to HTML page by page...can pass to the document's "Save" method // to modify how we...

    reference.aspose.com/words/java/com.aspose.word...
  3. Aspose::Words::Fields::FieldSaveDate::get_UseSa...

    Aspose::Words::Fields::FieldSaveDate::get_UseSakaEraCalendar method. Gets or sets whether to use the Saka Era calendar in C++....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/cpp/aspose.words.fie...
  4. Aspose.PSD for Java 23.6 - Release Notes|Docume...

    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....PSDJAVA-488 PSD file can not be saved as PSD with the following exception:...Null reference exception on saving PSD file Bug PSDJAVA-491 Exception...

    docs.aspose.com/psd/java/aspose-psd-for-java-23...
  5. Saving File to Response Object with JavaScript ...

    Learn how to dynamically generate files and send them directly to a client browser using Aspose.Cells for JavaScript via C++....Saving File to Response Object with JavaScript via C++ Contents...files can be saved to a response object. Saving File to Response...

    docs.aspose.com/cells/javascript-cpp/saving-fil...
  6. Customize Non-PBR to PBR Materials Conversion b...

    The Scene class of the Aspose.3D API represents a 3D scene. Developers can already build a 3D scene by adding various entities. GLTF 2.0 only supports PBR (Physically Based Rendering) materials, Aspose.3D API internally converts non-PBR materials into PBR materials before exporting into GLTF 2.0....Materials Conversion before Saving 3D Scenes to GLTF 2.0 Format...material to PBR material, and then saves 3D scene in the GLTF format:...

    docs.aspose.com/3d/python-net/customize-non-pbr...
  7. OleFormat.suggestedExtension property | Aspose....

    OleFormat.suggestedExtension property. Gets the file extension suggested for the current embedded object if you want to Save it into a file....embedded object if you want to save it into a file. get suggestedExtension...( false ); // If we plan on saving the OLE object to a file in...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Convert PDF file to other formats|Aspose.PDF fo...

    Explore how to convert PDF files into other formats like Word, Excel, or images using Aspose.PDF for Java....save(..) method, to generate an EPUB...pdf" ); // Instantiate Epub Save options EpubSaveOptions options...

    docs.aspose.com/pdf/java/convert-pdf-to-other-f...
  9. Convert PDF file to HTML format|Aspose.PDF for ...

    This topic show you how to Aspose.PDF allows to convert PDF file to HTML format with Java library....PDF file into HTML format and save the images from the PDF file...PDF file into HTML format and save the images from the PDF file...

    docs.aspose.com/pdf/java/convert-pdf-to-html/
  10. Import and Export Data|Aspose.PDF for .NET

    This section explains how to import and Export Data with Aspose.PDF Facades using Form Class....Finally, you can save the PDF file using Save method of the Form...xmlInputStream ); // Save PDF document pdfForm . Save ( dataDir + "...

    docs.aspose.com/pdf/net/import-and-export-data/