Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 5,888 for

ocr to doc

(0.09 sec)
  1. Efficiently Save .pub File Conversion Output to...

    Using a stream as the output ensures efficient handling of large files, proper resource management, and flexibility of the output destination....OCR Product Solution Aspose.Note...Support Paid Consulting Support Docs API Reference Live Demos Code...

    products.aspose.com/pub/net/output-to-stream/
  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. Several JPG Into PDF Javascript

    Merge multiple JPG inTo PDF in JavaScript code. Save JPG as PDF 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-...
  4. 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/
  5. 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/
  6. 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..."Input1.png" , "Input2.png" }; var doc = new Document(); var builder...

    products.aspose.com/words/net/merge/image-to-word/
  7. Several JPG Into GIF C++

    Merge multiple JPG inTo GIF in C++ code. Save JPG as GIF using C++....jpg" }; auto doc = MakeObject <Document>(); auto...MakeObject <DocumentBuilder>(doc); std::vector<SharedPtr<Shape>>...

    products.aspose.com/words/cpp/merge/jpg-to-gif/
  8. Several JPG Into BMP C++

    Merge multiple JPG inTo BMP in C++ code. Save JPG as BMP using C++....jpg" }; auto doc = MakeObject <Document>(); auto...MakeObject <DocumentBuilder>(doc); std::vector<SharedPtr<Shape>>...

    products.aspose.com/words/cpp/merge/jpg-to-bmp/
  9. Several Image Into PNG C++

    Merge multiple Image inTo PNG in C++ code. Save Image as PNG using C++....png" }; auto doc = MakeObject <Document>(); auto...MakeObject <DocumentBuilder>(doc); std::vector<SharedPtr<Shape>>...

    products.aspose.com/words/cpp/merge/image-to-png/
  10. How to Convert Word to HTML using C++

    In this short tuTorial, we will learn how To convert Word To HTML using C++. For converting word To html format in C++, you need To make simple API calls in few simple steps on MS Windows or Linux....OCR Product Family Aspose.Note Product...input file can be in DOCX or DOC format containing text, images...

    kb.aspose.com/words/cpp/how-to-convert-word-to-...