Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 7,173 for

ocr to doc

(0.06 sec)
  1. Convert TEXT To GIF C#

    Convert TEXT To GIF format in C# code. Save TEXT as GIF 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.txt" );...

    products.aspose.com/words/net/conversion/text-t...
  2. 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...
  3. 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...
  4. 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-...
  5. 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-...
  6. How to Union or Concat self made structure - Fr...

    Hi, I have a problem because I can’t execute an UNION (or a Concat function) between 2 generic collection (System.Collections.Generic.IEnumerable`1[Cj]). I have To create a unique structure with 3 static elements (volE…...PDF, Excel, PowerPoint, Email, OCR, etc.), please let us know and...Reporting; // Load the template var doc = new Document("EmployeeReportTempla...

    forum.aspose.com/t/how-to-union-or-concat-self-...
  7. How to Save a OneNote Document | Aspose.Note Do...

    Learn how To save a OneNote Document with detailed instructions....OCR Product Solution Aspose.Note...Support Paid Consulting Support Docs API Reference Tutorials Live...

    docs.aspose.com/note/net/save-a-onenote-document/
  8. 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...
  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. 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