Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 6,461 for

ocr to doc

(0.08 sec)
  1. Several JPG Into HTML Java

    Merge multiple JPG inTo HTML in Java code. Save JPG as HTML 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-html/
  2. Several Image Into PDF Java

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

    products.aspose.com/words/java/merge/image-to-pdf/
  3. Several Image Into HTML Java

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

    products.aspose.com/words/java/merge/image-to-h...
  4. How to Convert Word Document to Images in C#

    In this tuTorial you will learn how To convert Word Document To images in C#. This code in C# converts all pages in Word Document To separate PNG image files....OCR Product Family Aspose.Note Product...convert document e.g. DOCX, DOC, RTF, ODT, HTML to image file...

    kb.aspose.com/words/net/how-to-convert-word-doc...
  5. 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..."Input1.jpg" , "Input2.jpg" }; var doc = new Document(); var builder...

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

    products.aspose.com/words/net/merge/jpg-to-pdf/
  7. Several Image Into TXT Java

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

    products.aspose.com/words/java/merge/image-to-txt/
  8. Several JPG Into TIFF C++

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

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

    products.aspose.com/words/net/merge/image-to-pdf/
  10. Several Image Into GIF C++

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

    products.aspose.com/words/cpp/merge/image-to-gif/