Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 5,883 for

ocr to doc

(0.04 sec)
  1. Several Image Into PDF C++

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

    products.aspose.com/words/cpp/merge/image-to-pdf/
  2. Several Image Into WORD Python

    Merge multiple Image inTo WORD in Python code. Save Image as WORD using Python....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...png" ] doc = aw.Document() builder = aw.DocumentBuilder(doc) for...

    products.aspose.com/words/python-net/merge/imag...
  3. Convert HTML to Word in Python

    This brief guide covers the information To convert HTML To Word in Python. It discusses the step-by-step algorithm and a working sample code that exports HTML To Word in Python....OCR Product Family Aspose.Note Product...and perform the rendering to DOC or DOCX file format while writing...

    kb.aspose.com/html/python/convert-html-to-word-...
  4. Several JPG Into PDF Javascript

    Merge multiple JPG inTo PDF in JavaScript code. Save JPG as PDF using JavaScript....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS..."Input1.jpg" , "Input2.jpg" ] var doc = new aw.Document() var builder...

    products.aspose.com/words/nodejs-net/merge/jpg-...
  5. How to Insert Comment into DOCX using C++

    In this tuTorial, we will learn how To insert comment inTo DocX using C++. Comments are useful for reviewing the Word Document. They don't change the Document itself but are used by authors To discuss or comment about any section of Word Document....OCR Product Family Aspose.Note Product...you can include comments in DOC file using C++ with no dependence...

    kb.aspose.com/words/cpp/how-to-insert-comment-i...
  6. Several JPG Into TXT Python

    Merge multiple JPG inTo TXT in Python code. Save JPG as TXT using Python....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...jpg" ] doc = aw.Document() builder = aw.DocumentBuilder(doc) for...

    products.aspose.com/words/python-net/merge/jpg-...
  7. Several Image Into TXT C++

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

    products.aspose.com/words/cpp/merge/image-to-txt/
  8. How to Convert Word to TIFF in Python

    This quick tuTorial contains information on how To convert Word To TIFF in Python. It provides details To configure the environment, step-by-step procedure To write the application and a runnable sample code To convert DocX To TIFF in Python....OCR Product Family Aspose.Note Product...conversion however you can convert DOC to TIFF in Python also. The ImageSaveOptions...

    kb.aspose.com/words/python/how-to-convert-word-...
  9. How to Add Watermark to Word using Java

    This short tuTorial guides on how To add watermark To Word using Java. It provides details for the configuration, steps and a runnable sample code To insert watermark in Word using Java....OCR Product Family Aspose.Note Product...desired formats like DOCX , DOC , or any other MS Word-supported...

    kb.aspose.com/words/java/how-to-add-watermark-t...
  10. Several Image Into WORD C++

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

    products.aspose.com/words/cpp/merge/image-to-word/