Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 6,920 for

ocr to doc

(0.49 sec)
  1. Convert SVG to Image – Python Code and Online C...

    Convert SVG To Images online or in Python with Aspose.SVG for Python via .NET. Learn Python code example for SVG To Image conversion....OCR Product Solution Aspose.Note...Support Paid Consulting Support Docs API Reference Tutorials Live...

    products.aspose.com/svg/python-net/conversion/s...
  2. 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/
  3. Compress WORD In Java

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

    products.aspose.com/words/java/compress/word/
  4. Compress DOCX In Java

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

    products.aspose.com/words/java/compress/docx/
  5. Edit Markdown In Javascript

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

    products.aspose.com/words/nodejs-net/edit/md/
  6. 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...
  7. Compress TIFF In Java

    Compress TIFF in Java without losing quality. Optimize TIFF content, reduce file size easily....*; Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder (doc); Shape shape = builder.insertImage(...

    products.aspose.com/words/java/compress/tiff/
  8. Edit MARKDOWN In Java

    Edit MARKDOWN in Java code....*; Document doc = new Document ( "Input.md" );...builder = new DocumentBuilder (doc); // Insert text at the beginning...

    products.aspose.com/words/java/edit/markdown/
  9. Edit DOCX In Java

    Edit DocX in Java code....*; Document doc = new Document ( "Input.docx"...builder = new DocumentBuilder (doc); // Insert text at the beginning...

    products.aspose.com/words/java/edit/docx/
  10. Edit TEXT In Java

    Edit TEXT in Java code....*; Document doc = new Document ( "Input.txt"...builder = new DocumentBuilder (doc); // Insert text at the beginning...

    products.aspose.com/words/java/edit/text/