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

ocr to doc

(0.03 sec)
  1. 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/
  2. 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/
  3. 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/
  4. 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...
  5. 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-...
  6. 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...
  7. 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...
  8. 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/
  9. 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/
  10. 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...