Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 5,888 for

ocr to doc

(0.05 sec)
  1. 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/
  2. Edit Markdown In Python

    Edit Markdown in Python code....words as aw doc = aw.Document( "Input.md" ) builder...builder = aw.DocumentBuilder(doc) # Insert text at the beginning...

    products.aspose.com/words/python-net/edit/md/
  3. Edit WORD In Python

    Edit a Word Document in Python code....words as aw doc = aw.Document( "Input.docx" )...builder = aw.DocumentBuilder(doc) # Insert text at the beginning...

    products.aspose.com/words/python-net/edit/word/
  4. Edit TEXT In Javascript

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

    products.aspose.com/words/nodejs-net/edit/text/
  5. Compress HTML In Python

    Compress HTML in Python 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 as aw doc = aw.Document( "Input.html" ) doc.cleanup() shapes...

    products.aspose.com/words/python-net/compress/h...
  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. Edit PDF In Python

    Edit PDF in Python code....words as aw doc = aw.Document( "Input.pdf" )...builder = aw.DocumentBuilder(doc) # Insert text at the beginning...

    products.aspose.com/words/python-net/edit/pdf/
  8. Edit MARKDOWN In Python

    Edit MARKDOWN in Python code....words as aw doc = aw.Document( "Input.md" ) builder...builder = aw.DocumentBuilder(doc) # Insert text at the beginning...

    products.aspose.com/words/python-net/edit/markd...
  9. Edit HTML In Python

    Edit HTML in Python code....words as aw doc = aw.Document( "Input.html" )...builder = aw.DocumentBuilder(doc) # Insert text at the beginning...

    products.aspose.com/words/python-net/edit/html/
  10. Compress TIFF In C#

    Compress TIFF in C# without losing quality. Optimize TIFF content, reduce file size easily....Words; var doc = new Document(); var builder...builder = new DocumentBuilder(doc); var shape = builder.InsertImage(...

    products.aspose.com/words/net/compress/tiff/