Sort Score
Result 10 results
Languages All
Labels All
Results 2,831 - 2,840 of 375,773 for

save

(1.44 sec)
  1. HTML with C++|Documentation

    Convert Excel to HTML and MHTML format using Aspere.Cells with C++....code example below shows how to save a workbook as an HTML file using...xlsx" ); // Save file to HTML format workbook . Save ( u "out.html"...

    docs.aspose.com/cells/cpp/convert-excel-to-html/
  2. Embed Fonts in Presentations on Android|Aspose....

    Embed TrueType fonts in PowerPoint and OpenDocument presentations with Aspose.Slides for Android via Java, ensuring accurate rendering across all platforms....Dimension ( 960 , 720 )); //Save the image to disk in JPEG format...format try { slideImage . save ( "picture1_out.jpg" , ImageFormat...

    docs.aspose.com/slides/androidjava/embedded-font/
  3. Export MSG to ODT via C++ | products.aspose.com

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

    products.aspose.com/total/cpp/conversion/msg-to...
  4. Convert HTML To EPUB C++

    Convert HTML to EPUB format in C++ code. Save HTML as EPUB using C++.... Save HTML as EPUB in C++ The following...output file and use the Save() method to save the result as EPUB....

    products.aspose.com/words/cpp/conversion/html-t...
  5. Convert HTML To DOCX C++

    Convert HTML to DOCX format in C++ code. Save HTML as DOCX using C++.... Save HTML as DOCX in C++ The following...output file and use the Save() method to save the result as DOCX....

    products.aspose.com/words/cpp/conversion/html-t...
  6. Render MSG to PNG in Andorid App | products.asp...

    Export MSG to PNG without using Microsoft Word or Outlook in you Andorid applications...using save method Load HTML by using Document class Save the document...document to PNG format using save method and set PNG as SaveFormat...

    products.aspose.com/total/android-java/conversi...
  7. Render MSG to WORD in Andorid App | products.as...

    Export MSG to WORD without using Microsoft Word or Outlook in you Andorid applications...using save method Load HTML by using Document class Save the document...document to DOCX format using save method and set DOCX as SaveFormat...

    products.aspose.com/total/android-java/conversi...
  8. Render MSG to ODT in Andorid App | products.asp...

    Export MSG to ODT without using Microsoft Word or Outlook in you Andorid applications...using save method Load HTML by using Document class Save the document...document to ODT format using save method and set ODT as SaveFormat...

    products.aspose.com/total/android-java/conversi...
  9. Render MSG to RTF in Andorid App | products.asp...

    Export MSG to RTF without using Microsoft Word or Outlook in you Andorid applications...using save method Load HTML by using Document class Save the document...document to RTF format using save method and set RTF as SaveFormat...

    products.aspose.com/total/android-java/conversi...
  10. Working with Shapes in PS file | Java

    How to add shapes to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...already created output stream and save options. Create a rectangle...the rectangle. Close the page. Save the document. If we need to...

    docs.aspose.com/page/java/ps/working-with-shapes/