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

ocr to doc

(0.37 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. 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/
  3. 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...
  4. 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...
  5. 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-...
  6. 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-...
  7. 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/
  8. 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-...
  9. 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/
  10. 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...