Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 6,942 for

ocr to doc

(2 sec)
  1. Compress HTML In C++

    Compress HTML in C++ without losing quality. Optimize HTML content, reduce file size easily....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...auto doc = MakeObject <Document>( u"Input.html" ); doc-> Cleanup...

    products.aspose.com/words/cpp/compress/html/
  2. Convert OneNote to Image | Aspose.Note Document...

    A comprehensive guide on how To convert OneNote files To images....OCR Product Solution Aspose.Note...Support Paid Consulting Support Docs API Reference Tutorials Live...

    docs.aspose.com/note/net/convert-onenote-to-ima...
  3. Compress DOCX In C++

    Compress DocX in C++ without losing quality. Optimize DocX content, reduce file size easily....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...auto doc = MakeObject <Document>( u"Input.docx" ); doc-> Cleanup...

    products.aspose.com/words/cpp/compress/docx/
  4. Compress TIFF In C++

    Compress TIFF in C++ without losing quality. Optimize TIFF content, reduce file size easily....namespace Aspose::Words; auto doc = MakeObject <Document>(); auto...MakeObject <DocumentBuilder>(doc); auto shape = builder-> InsertImage...

    products.aspose.com/words/cpp/compress/tiff/
  5. Compress JPG In C++

    Compress JPG in C++ without losing quality. Optimize JPG content, reduce file size easily....namespace Aspose::Words; auto doc = MakeObject <Document>(); auto...MakeObject <DocumentBuilder>(doc); auto shape = builder-> InsertImage...

    products.aspose.com/words/cpp/compress/jpg/
  6. Edit WORD In C++

    Edit a Word Document 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/word/
  7. How to Convert Word to Markdown using Java

    In this short tuTorial you will learn how To convert Word To Markdown using Java. The following code and steps can be followed To create Word To Markdown converter using Java in any of the commonly used operating system like Windows, macOS, or Linux....OCR Product Family Aspose.Note Product...You may create a document as a DOC or DOCX file and then export...

    kb.aspose.com/words/java/how-to-convert-word-to...
  8. How to Convert Word to Markdown using C#

    In this brief tuTorial you will learn how To convert Word To Markdown using C#. The following easy steps can be used To convert Word To MD file in C# in any of the common operating system like Linux, macOS, or Windows....OCR Product Family Aspose.Note Product...compared to the Word files in DOC or DOCX format. So you can easily...

    kb.aspose.com/words/net/how-to-convert-word-to-...
  9. C# API to convert Publisher PUB files

    Convertion functionality of Publisher file using Aspose.PUB for .NET solution is described and demonstrated with the pseuDocode in this article....OCR Product Solution Aspose.Note...Support Paid Consulting Support Docs API Reference Tutorials Live...

    docs.aspose.com/pub/net/convert-pub-files/
  10. Edit HTML In C++

    Edit HTML 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/html/