Sort Score
Result 10 results
Languages All
Labels All
Results 901 - 910 of 6,460 for

ocr to doc

(0.16 sec)
  1. 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/
  2. What's new 2025|Aspose.PDF for .NET

    This page introduces the most popular new features in Aspose.PDF for .NET that have been introduced in recent releases.... OCR ability for the PDF AI Copilot..."input.pdf" )) { var page = doc . Pages [ 1 ]; var dictionaryEditor...

    docs.aspose.com/pdf/net/whatsnew/2025/
  3. How to Convert a JPG to Word in Python

    This article guides on how To convert a JPG To Word in Python. It has all the details To set the IDE, a list of steps, and a runnable sample code To convert a JPG To Word in Python....OCR Product Family Aspose.Note Product...Python via .NET to convert JPG to DOC format Create a new Word file...

    kb.aspose.com/words/python/how-to-convert-a-jpg...
  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. 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. 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. 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/
  9. Several JPG Into WORD C#

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

    products.aspose.com/words/net/merge/jpg-to-word/
  10. 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..."Input1.png" , "Input2.png" }; var doc = new Document(); var builder...

    products.aspose.com/words/net/merge/image-to-docx/