Sort Score
Result 10 results
Languages All
Labels All
Results 1,541 - 1,550 of 7,711 for

ocr to doc

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

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

    products.aspose.com/words/java/edit/word/
  3. Edit HTML In Java

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

    products.aspose.com/words/java/edit/html/
  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. 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/
  6. 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...
  7. 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...
  8. 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/
  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 HTML In C#

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

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