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

ocr to doc

(0.05 sec)
  1. 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...
  2. How to Serialize Input Value – C# Example

    Learn and get a step-by-step guide on how To serialize input values in HTML forms or Input fields using the Aspose.HTML for .NET library....OCR Product Solution Aspose.Note...Support Paid Consulting Support Docs API Reference Live Demos Code...

    docs.aspose.com/html/net/how-to-serialize-input...
  3. 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/md/
  4. Compress TIFF In Python

    Compress TIFF in Python without losing quality. Optimize TIFF content, reduce file size easily....as aw doc = aw.Document() builder = aw.DocumentBuilder(doc) shape...aw.saving.TiffCompression.LZW doc.save( "Output.tiff" , save_options)...

    products.aspose.com/words/python-net/compress/t...
  5. Aspose.HTML for .NET 24.2.0 – Save HTML to a St...

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

    docs.aspose.com/html/net/migration-between-vers...
  6. 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...
  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 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/
  9. 22.2 Release Notes|Aspose.Words for Java

    Aspose.Words for Java 22.2 Release Notes – the latest updates and fixes....Elements overlap when converting DOC to PDF with Java Bug Full List...changed after conversion from DOC to fixed file format Bug WORDSNET-13360...

    docs.aspose.com/words/java/aspose-words-for-jav...
  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/