Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 369,861 for

save

(0.1 sec)
  1. Convert Document to HTML|Aspose.Words for Java

    Convert a document in any supported format to HTML easily and fast instead of using docx4j in Java....Words, simply invoke the save()}}method of {{Document class...dataDir + "document.doc" ); doc . save ( dataDir + "html/Aspose_DocToHTML...

    docs.aspose.com/words/java/convert-document-to-...
  2. 通过C++用JavaScript保存为ODF 1.1、1.2和1.3|Documentation

    使用Aspose.Cells for JavaScript通过C++将Excel转换为ODF 1.1、1.2和1.3规格...Cells ODS Save Example </ title > </ head >...body > < h1 > Aspose.Cells ODS Save Example </ h1 > < input type...

    docs.aspose.com/cells/zh/javascript-cpp/save-od...
  3. Convert Excel to PDF, Image, and other formats ...

    Convert Excel files to Word, Excel, PowerPoint, PDF, CSV, JPG, HTML, MHT, ODS, BMP, PNG, SVG, TIFF, XPS, JSON, SQL, XML, and more using Aspose.Cells for C++....workbook in one file format and saving it into another. Convert Excel...); // Save the document in PDF format workbook . Save ( u "output...

    docs.aspose.com/cells/cpp/convert-workbook-to-d...
  4. Aspose::Words::Drawing::Fill::SetImage method |...

    Aspose::Words::Drawing::Fill::SetImage method. Changes the fill type to single image in C++....jpg" ); doc -> Save ( get_ArtifactsDir () + u "Shape...() + u "Logo.jpg" )); doc -> Save ( get_ArtifactsDir () + u "Shape...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Convert OFT Files to Various Formats in C#|Docu...

    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 method - Saves the MapiMessage object...format. It is used to convert and save the loaded OFT file into the...

    docs.aspose.com/email/net/converting-between-fo...
  6. Online XML to ODP Conversion or Develop Java ba...

    Free online app to convert XML to ODP files. Java conversion library code for XML documents....Convert XML to PPTX by using save method Load PPTX document by...Presentation class Save the document to ODP format using save method and...

    products.aspose.com/total/java/conversion/xml-t...
  7. Online XML to OTP Conversion or Develop Java ba...

    Free online app to convert XML to OTP files. Java conversion library code for XML documents....Convert XML to PPTX by using save method Load PPTX document by...Presentation class Save the document to OTP format using save method and...

    products.aspose.com/total/java/conversion/xml-t...
  8. Online XML to POTM Conversion or Develop Java b...

    Free online app to convert XML to POTM files. Java conversion library code for XML documents....Convert XML to PPTX by using save method Load PPTX document by...Presentation class Save the document to POTM format using save method and...

    products.aspose.com/total/java/conversion/xml-t...
  9. 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/net/convert-visio-to-ot...
  10. Replace Text in PDF File|Aspose.PDF for Java

    This section explains how to replace text with Aspose.PDF Facades - a toolset for popular operations with PDF....You need to save the updated PDF file using save method of pdfContentEditor..."Label" ); // save the output file editor . save ( _dataDir +...

    docs.aspose.com/pdf/java/replace-text/