Sort Score
Result 10 results
Languages All
Labels All
Results 1,631 - 1,640 of 372,700 for

save

(0.24 sec)
  1. Export MSG to EMF via C++ | products.aspose.com

    C++ API to Convert MSG to EMF without using Microsoft Word or Outlook...Convert MSG to HTML by using Save member function Load HTML by...Document class Save the document to EMF format using Save method and...

    products.aspose.com/total/cpp/conversion/msg-to...
  2. Export OFT to TEXT via C++ | products.aspose.com

    C++ API to Convert OFT to TEXT without using Microsoft Word or Outlook...Convert OFT to HTML by using Save member function Load HTML by...Document class Save the document to TEXT format using Save method and...

    products.aspose.com/total/cpp/conversion/oft-to...
  3. Export PCL to PPSM in Android | products.aspose...

    Android API to Convert PCL to PPSM without using Microsoft Word...Convert PCL to PPTX by using save method Load PPTX document by...Presentation class Save the document to PPSM format using save method and...

    products.aspose.com/total/android-java/conversi...
  4. Convert Diagram To Html With Streamprovider|Doc...

    This section explains how to convert Diagram To html With Streamprovider....Where should we save the images and shapes when saving visio file...interface, you will be able to save the created resources during...

    docs.aspose.com/diagram/net/convert-diagram-to-...
  5. Android API to Render MHTML to DOCM | products....

    Transform MHTML to DOCM via Android via Java API...page archive format used to save web pages for offline viewing...Convert MHTML to DOC by using save method Load DOC file by using...

    products.aspose.com/total/android-java/conversi...
  6. Aspose.Cells 8.3.1中的公共API更改|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....setShowCellRange ( true ); //Save the workbook workbook . save ( "output.xlsx"..."Offset [2,2]" ); //Save the workbook workbook . save ( "output.xlsx"...

    docs.aspose.com/cells/zh/java/public-api-change...
  7. Set Worksheet Tab Color in Aspose.Cells|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.... Red ; //Save the Excel file workbook . Save ( "AsposeColoredTab_Out...AI Document Assistant Close Save Each Worksheet to a Different...

    docs.aspose.com/cells/net/set-worksheet-tab-col...
  8. PDF Watermarking API | Aspose.PDF

    Add or remove watermark from PDF documents with free cross-platform Apps and High Code APIs for any platform.... Save PDF file Add Watermark in PDF...artifact ); //save result pdf to file doc . Save ( "add_watermark...

    products.aspose.com/pdf/watermark/
  9. Split PDF programmatically|Aspose.PDF for PHP v...

    This topic shows how to split PDF pages into individual PDF files in your PHP applications.... Save the new PDF using Save method. The following...add ( $page ); $newDocument -> save ( $outputFile . "page_" . $pageCount...

    docs.aspose.com/pdf/php-java/split-document/
  10. Split PDF programmatically|Aspose.PDF for C++

    This topic shows how to split PDF pages into individual PDF files with C++....the empty document Save the new PDF using Save method The following...CopyPage ( page ); newDocument -> Save ( _dataDir + u "page_" + pageCount...

    docs.aspose.com/pdf/cpp/split-pdf-document/