Sort Score
Result 10 results
Languages All
Labels All
Results 3,571 - 3,580 of 13,438 for

doc to html

(0.12 sec)
  1. Convert XLTM to DOCX with C++ or with free Onli...

    Convert XLTM To DocX within C++ applications or online. Test free CSV To Doc online converter quickly before integrating the code....C++ Conversion XLTM to DOCX HTML JSON XML SVG DOCX XLTM Convert...Document class reference auto doc = MakeObject < Document >( u...

    products.aspose.com/total/cpp/conversion/xltm-t...
  2. Render OFT to PDF in Andorid App | products.asp...

    Export OFT To PDF without using Microsoft Word or Outlook in you Andorid applications...via Java Conversion OFT to PDF HTML JSON XML SVG PDF Transform OFT...format to HTML and by using second API, you can render HTML as PDF...

    products.aspose.com/total/android-java/conversi...
  3. Several Image Into TXT C++

    Merge multiple Image inTo TXT in C++ code. Save Image as TXT using C++....Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB...png" , u"Input2.png" }; auto doc = MakeObject <Document>(); auto...

    products.aspose.com/words/cpp/merge/image-to-txt/
  4. Several Image Into WORD C++

    Merge multiple Image inTo WORD in C++ code. Save Image as WORD using C++....Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB...png" , u"Input2.png" }; auto doc = MakeObject <Document>(); auto...

    products.aspose.com/words/cpp/merge/image-to-word/
  5. Hello, World!|Simple example how to use Aspose....

    Create, edit and save your first Document in any supported format using Aspose.Words for C++ To experience its simplicity and power in C++.... PDF, DOCX, DOC, RTF, ODT, EPUB, HTML and many other file...

    docs.aspose.com/words/cpp/hello-world/
  6. Convert PPTM to JSON Format via Java | products...

    Convert PPTM To JSON format via Java without using using Microsoft Excel or PowerPoint...Slides for Java to export PPTM to HTML. This API provides a wide range...Aspose.Cells for Java to convert HTML to JSON. This API provides a...

    products.aspose.com/total/java/conversion/pptm-...
  7. Several JPG Into WORD C++

    Merge multiple JPG inTo WORD in C++ code. Save JPG as WORD using C++....Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB...jpg" , u"Input2.jpg" }; auto doc = MakeObject <Document>(); auto...

    products.aspose.com/words/cpp/merge/jpg-to-word/
  8. Convert PPT to JSON Format in Android Apps | pr...

    Convert PPT To JSON format in Android Apps without using using Microsoft Excel or PowerPoint...you can export the PPT file to HTML by using Aspose.Slides for Android...second step, you can convert the HTML to JSON format by using Aspose...

    products.aspose.com/total/android-java/conversi...
  9. Convert a Document to an Image in C#|Aspose.Wor...

    Convert a Document To image format (JPG, PNG, etc). Create a Document preview or create a Document scan To send an invoice using C#....Load the document with Document doc = new Document("input.docx");...SaveFormat.Jpeg ), and call doc.Save("output.jpg", saveOptions);...

    docs.aspose.com/words/net/convert-a-document-to...
  10. Edit MARKDOWN In C++

    Edit MARKDOWN in C++ code....namespace Aspose::Words; auto doc = MakeObject <Document>( u"Input...MakeObject <DocumentBuilder>(doc); // Insert text at the beginning...

    products.aspose.com/words/cpp/edit/markdown/