Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 6,909 for

ocr to doc

(0.13 sec)
  1. How to Convert OneNote to Word using C#

    This article guides on how To convert OneNote To Word using C#. It has IDE settings, programming steps and a sample code To export OneNote To Word using C#....OCR Product Family Aspose.Note Product...Steps to Convert OneNote to DOC using C# Set the IDE to use Aspose...

    kb.aspose.com/note/net/how-to-convert-onenote-t...
  2. Compress WORD In C++

    Compress WORD in C++ without losing quality. Optimize WORD 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/word/
  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. Convert WORD To MARKDOWN C#

    Convert a Word Document To MARKDOWN format in C# code. Save a Word Document as MARKDOWN using C#....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...Words; var doc = new Document( "Input.docx" ); doc.Save( "Output...

    products.aspose.com/words/net/conversion/word-t...
  5. Convert WORD To TIFF C#

    Convert a Word Document To TIFF format in C# code. Save a Word Document as TIFF using C#....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...Copy using Aspose.Words; var doc = new Document( "Input.docx"...

    products.aspose.com/words/net/conversion/word-t...
  6. Convert TEXT To PDF Java

    Convert TEXT To PDF format in Java code. Save TEXT as PDF using Java....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...*; Document doc = new Document ( "Input.txt" ); doc.save( "Output...

    products.aspose.com/words/java/conversion/text-...
  7. Convert TEXT To Image Java

    Convert TEXT To Image format in Java code. Save TEXT as Image using Java....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...com.aspose.words.*; Document doc = new Document ( "Input.txt"...

    products.aspose.com/words/java/conversion/text-...
  8. Optional Hyphen - Free Support Forum - aspose.com

    Hi, I have a Document, which is produced by Ocr software and which contains quite a lot of optional hyphen characters (decimal 31). How can I programmatically replace all occurrences of this character with a regular hy…...document, which is produced by OCR software and which contains quite...Load your document Document doc = new Document("path/to/your/document...

    forum.aspose.com/t/optional-hyphen/316920
  9. 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/
  10. 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/