Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 6,460 for

ocr to doc

(0.07 sec)
  1. How to Convert PDF to Word in Java

    This quick tuTorial guides on how To convert PDF To Word in Java without installation of any third party Tool. You can convert PDF To Word using Java by setting the number of properties of the output Word file....OCR Product Family Aspose.Note Product... Similarly, the output Word DOC file can also be customized by...

    kb.aspose.com/pdf/java/how-to-convert-pdf-to-wo...
  2. How to Convert Word to Markdown using C++

    In this quick tuTorial, we will elaborate how To convert Word To Markdown using C++. You can easily convert DocX To MD in C++ by making simple API calls with a few lines of code in Linux or MS Windows....OCR Product Family Aspose.Note Product...word documents saved in DOCX or DOC format that can comprise of textual...

    kb.aspose.com/words/cpp/how-to-convert-word-to-...
  3. Edit HTML In Javascript

    Edit HTML in JavaScript code....require( '@aspose/words' ); var doc = new aw.Document( "Input.html"...builder = new aw.DocumentBuilder(doc) // Insert text at the beginning...

    products.aspose.com/words/nodejs-net/edit/html/
  4. How to Add a Hyperlink to a Word Document using...

    This article describes the process of how To add a hyperlink To a Word Document using Java. It guides To set the environment, write the application and a runnable sample code To insert hyperlink in Word using Java....OCR Product Family Aspose.Note Product...the resultant Word file as a DOC , DOCX , or any other format...

    kb.aspose.com/words/java/how-to-add-a-hyperlink...
  5. Compress JPG In Javascript

    Compress JPG in JavaScript without losing quality. Optimize JPG content, reduce file size easily....require( '@aspose/words' ); var doc = new aw.Document() var builder...builder = new aw.DocumentBuilder(doc) shape = builder.insertImage(...

    products.aspose.com/words/nodejs-net/compress/jpg/
  6. Convert Text to Vector – Text Vectorization in ...

    Convert SVG text To a vecTor using Aspose.SVG Python library. SVG text goes from a font To a vecTor graphic, and it cannot be edited in a text ediTor....OCR Product Solution Aspose.Note...Support Paid Consulting Support Docs API Reference Live Demos Code...

    docs.aspose.com/svg/python-net/convert-text-to-...
  7. 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...Words; var doc = new Document( "Input.html" ); doc.Cleanup();...

    products.aspose.com/words/net/compress/html/
  8. Compress HTML In Java

    Compress HTML in Java without losing quality. Optimize HTML content, reduce file size easily....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...*; Document doc = new Document ( "Input.html" ); doc.cleanup();...

    products.aspose.com/words/java/compress/html/
  9. Edit MARKDOWN In C#

    Edit MARKDOWN in C# code....Words; var doc = new Document( "Input.md" );...builder = new DocumentBuilder(doc); // Insert text at the beginning...

    products.aspose.com/words/net/edit/markdown/
  10. Edit PDF In C#

    Edit PDF in C# code....Words; var doc = new Document( "Input.pdf" );...builder = new DocumentBuilder(doc); // Insert text at the beginning...

    products.aspose.com/words/net/edit/pdf/