Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 5,883 for

ocr to doc

(0.05 sec)
  1. 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/
  2. 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/
  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. Convert Text to Vector – Text Vectorization in ...

    Convert SVG text To a vecTor using Python library. SVG text goes from a font To a vecTor graphic, and it cannot be edited in a text ediTor....OCR Product Solution Aspose.Note...Support Paid Consulting Support Docs API Reference Live Demos Code...

    docs.aspose.com/svg/python-net/convert-text-to-...
  7. 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...
  8. Convert PUB to PDF | Java | Aspose.PUB

    Convert PUB To PDF using Java API on Windows, Linux and Mac OS X. Publisher conversion functionality that is easy To integrate inTo your own solution....OCR Product Solution Aspose.Note...Support Paid Consulting Support Docs API Reference Live Demos Code...

    products.aspose.com/pub/java/conversion/pub-to-...
  9. Several JPG Into DOCX C++

    Merge multiple JPG inTo DocX in C++ code. Save JPG as DocX using C++....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...jpg" , u"Input2.jpg" }; auto doc = MakeObject <Document>(); auto...

    products.aspose.com/words/cpp/merge/jpg-to-docx/
  10. Several JPG Into PDF C++

    Merge multiple JPG inTo PDF in C++ code. Save JPG as PDF using C++....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...jpg" , u"Input2.jpg" }; auto doc = MakeObject <Document>(); auto...

    products.aspose.com/words/cpp/merge/jpg-to-pdf/