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

ocr to doc

(0.16 sec)
  1. 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...
  2. 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/
  3. 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/
  4. Conversion from Word to Excel using Python

    Follow this article for conversion from Word To Excel using Python. It has all the details To set the IDE, a list of steps, and a sample code for writing a simple Word Doc To Excel converter using Python....OCR Product Family Aspose.Note Product...for developing a basic Word DOC to Excel converter using Python...

    kb.aspose.com/words/python/conversion-from-word...
  5. 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/
  6. 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/
  7. Compress WORD In C#

    Compress WORD in C# 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; var doc = new Document( "Input.docx" ); doc.Cleanup();...

    products.aspose.com/words/net/compress/word/
  8. Compress DOCX In C#

    Compress DocX in C# 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; var doc = new Document( "Input.docx" ); doc.Cleanup();...

    products.aspose.com/words/net/compress/docx/
  9. Compress JPG In C#

    Compress JPG in C# without losing quality. Optimize JPG 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/jpg/
  10. 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/md/