Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 6,909 for

ocr to doc

(0.7 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. Edit WORD In C++

    Edit a Word Document in C++ code....namespace Aspose::Words; auto doc = MakeObject <Document>( u"Input...MakeObject <DocumentBuilder>(doc); // Insert text at the beginning...

    products.aspose.com/words/cpp/edit/word/
  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. 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/
  5. Edit DOCX In Python

    Edit DocX 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/docx/
  6. Edit TEXT In Python

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

    products.aspose.com/words/python-net/edit/text/
  7. Compress WORD In Python

    Compress WORD in Python without losing quality. Optimize WORD 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.docx" ) doc.cleanup() shapes...

    products.aspose.com/words/python-net/compress/w...
  8. Compress DOCX In Python

    Compress DocX in Python without losing quality. Optimize DocX 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.docx" ) doc.cleanup() shapes...

    products.aspose.com/words/python-net/compress/d...
  9. Compress JPG In Java

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

    products.aspose.com/words/java/compress/jpg/
  10. Compress DOCX In Javascript

    Compress DocX in JavaScript without losing quality. Optimize DocX content, reduce file size easily....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...'@aspose/words' ); var doc = new aw.Document( "Input.docx" ); doc.cleanup();...

    products.aspose.com/words/nodejs-net/compress/d...