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

ocr to doc

(0.03 sec)
  1. Several JPG Into HTML Javascript

    Merge multiple JPG inTo HTML in JavaScript code. Save JPG as HTML 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-...
  2. How to Convert Word to TIFF using C++

    In this brief Topic, we will learn how To convert Word To TIFF using C++. For converting word To tiff format in C++, you need To make simple API calls with a few simple steps on MS Windows or Linux....OCR Product Family Aspose.Note Product...input Word document in DOCX or DOC formats using C++. You may need...

    kb.aspose.com/words/cpp/how-to-convert-word-to-...
  3. Several Image Into PDF Javascript

    Merge multiple Image inTo PDF in JavaScript code. Save Image as PDF 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...
  4. 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/
  5. 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...
  6. 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/
  7. 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/
  8. 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...
  9. 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/
  10. 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/