Sort Score
Result 10 results
Languages All
Labels All
Results 1,601 - 1,610 of 7,711 for

ocr to doc

(0.04 sec)
  1. Merge GIF - C++

    Merge multiple GIF Together in C++ code. Save GIF as a single file using C++....OCR Product Solution Aspose.Note...Order Upgrade an Order Support Docs API Reference Live Demos Code...

    products.aspose.com/words/cpp/merge/gif/
  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 Text to Vector – Text Vectorization in ...

    Convert SVG text To a vecTor using Python library. SVG text goes from a font To a vecTor graphic, and it cannot be edited in a text ediTor....OCR Product Solution Aspose.Note...Support Paid Consulting Support Docs API Reference Live Demos Code...

    docs.aspose.com/svg/python-net/convert-text-to-...
  4. 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/
  5. 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/
  6. 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/
  7. 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/
  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. 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-...
  10. Several JPG Into DOCX Java

    Merge multiple JPG inTo DocX in Java code. Save JPG as DocX using Java....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...jpg" , "Input2.jpg" ); Document doc = new Document (); DocumentBuilder...

    products.aspose.com/words/java/merge/jpg-to-docx/