Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 5,883 for

ocr to doc

(0.06 sec)
  1. 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...
  2. Aspose.SVG for .NET 24.3.0 – Save an SVG to a S...

    Examples of using deprecated and new classes To save SVG To a stream using 24.3.0 and earlier versions of the Aspose.SVG for .NET library....OCR Product Solution Aspose.Note...Support Paid Consulting Support Docs API Reference Live Demos Code...

    docs.aspose.com/svg/net/migration-between-versi...
  3. 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/
  4. 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/
  5. 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/
  6. Edit DOCX In C#

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

    products.aspose.com/words/net/edit/docx/
  7. Edit WORD In C#

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

    products.aspose.com/words/net/edit/word/
  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. 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/
  10. 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/