Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 367,899 for

save

(0.35 sec)
  1. SaveOutputParameters | Aspose.Words for Java

    This object is returned to the caller after a document is Saved and contains additional information that has been generated or calculated during the Save operation in Java....caller after a document is saved and contains additional information...generated or calculated during the save operation. The caller can use...

    reference.aspose.com/words/java/com.aspose.word...
  2. Convert Visio to HTML format|Documentation

    This topic show you how to convert Visio to html formats using Aspose.Diagram for Python via Java. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM, VSSM to html with a few lines of code....read the diagram files and the Save method to export the diagram...image format. Developers can save resultant HTML in the local...

    docs.aspose.com/diagram/zh/python-java/convert-...
  3. Convert Visio to other formats|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to SVG,XPS,XML,XAML formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to SVG,XPS,XML,XAML with a few lines of code....diagram and the Save method is used to save, or export, a diagram...show how to use the Save method to save a Visio file to VDX ...

    docs.aspose.com/diagram/java/convert-visio-to-o...
  4. Working with PDF layers using Python|Aspose.PDF...

    This article explains how to lock a PDF layer, extract PDF layer elements, flatten a layered PDF, and merge all layers inside a PDF into one....layer on the first page, and save the document with the changes...toggling the layer’s visibility. Save the updated document. import...

    docs.aspose.com/pdf/python-net/work-with-pdf-la...
  5. Removing attachment from an existing PDF|Aspose...

    Aspose.PDF can remove attachments from your PDF documents. Use Java PDF API to remove attachments in PDF files with Aspose.PDF library.... Save the updated file using the Document object’s save method...delete (); // Save the updated file pdfDocument . save ( "output...

    docs.aspose.com/pdf/java/removing-attachment-fr...
  6. Using Aspose.Imaging for Java in Kotlin|Documen...

    How to use Aspose.Imaging for Java in Kotlin applications for desktops and servers...image, draw a line on it and save it In the Kotlin code snippet...using a `Pen` object. Before saving the image, we apply resizing...

    docs.aspose.com/imaging/java/using-imaging-in-k...
  7. Aspose::Words::Saving::HtmlSaveOptions::get_Ima...

    Aspose::Words::Saving::HtmlSaveOptions::get_ImagesFolder method. Specifies the physical folder where images are Saved when exporting a document to HTML format. Default is an empty string in C++....Aspose::Words::Saving::HtmlSaveOptions::get_ImagesFolder method...physical folder where images are saved when exporting a document to...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. Public API Changes in Aspose.3D 16.11.0|Documen...

    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....texture coordinate during load and save. //to make sure it's compatible...class. It defines settings on saving a glTF file. Embed Dependencies...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  9. MarkdownSaveOptions.ImagesFolder | Aspose.Words...

    Discover how the MarkdownSaveOptions ImagesFolder property enhances your document exports by specifying the ideal folder for saving images in Markdown format....physical folder where images are saved when exporting a document to...get ; set ; } Remarks When you save a Document in Markdown format...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Convert PDF file to HTML format|Aspose.PDF for C++

    This topic show you how to Aspose.PDF allows to convert PDF file to HTML format with C++ library....the value Html which lets you save the source file to HTML. The...try { // Save the output in HTML format document -> Save ( outfilename...

    docs.aspose.com/pdf/cpp/convert-pdf-to-html/