Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 5,883 for

ocr to doc

(0.11 sec)
  1. Several JPG Into HTML C++

    Merge multiple JPG inTo HTML in C++ code. Save JPG as HTML 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-html/
  2. Several Image Into DOCX C++

    Merge multiple Image inTo DocX in C++ code. Save Image as DocX 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-docx/
  3. Conversion from Word to Excel in Java

    Follow this article for conversion from Word To Excel in Java. It has details To set the IDE, a list of steps, and a sample code for Word Doc To Excel converter in Java....OCR Product Family Aspose.Note Product...SaveFormat. Code to Convert DOC to XLSX in Java This code has...

    kb.aspose.com/words/java/conversion-from-word-t...
  4. Compress PDF In C#

    Compress PDF in C# without losing quality. Optimize PDF content, reduce file size easily....Words; var doc = new Document("Input.pdf"); doc.Cleanup(); var...var nodes = doc.GetChildNodes(NodeType.Shape, true); foreach...

    products.aspose.com/words/net/compress/pdf/
  5. Compress PDF In Python

    Compress PDF in Python without losing quality. Optimize PDF content, reduce file size easily....words as aw doc = aw.Document("Input.pdf") doc.cleanup() shapes...[node.as_shape() for node in doc.get_child_nodes(aw.NodeType.SHAPE...

    products.aspose.com/words/python-net/compress/pdf/
  6. Several JPG Into WORD Javascript

    Merge multiple JPG inTo WORD in JavaScript code. Save JPG as WORD 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-...
  7. Several Image Into DOCX Javascript

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

    products.aspose.com/words/nodejs-net/merge/imag...
  8. Several JPG Into TXT C++

    Merge multiple JPG inTo TXT in C++ code. Save JPG as TXT 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-txt/
  9. How to Convert PDF to Word using Python

    Here is a quick tuTorial To explain how To convert PDF To Word using Python. It provides detailed steps To configure the environment and a runnable Python code To convert PDF To DocX....OCR Product Family Aspose.Note Product...PDF file to a Word file like DOC, DOCX , etc. Steps to Transform...

    kb.aspose.com/words/python/how-to-convert-pdf-t...
  10. Several Image Into HTML C++

    Merge multiple Image inTo HTML in C++ code. Save Image as HTML 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-html/