Sort Score
Result 10 results
Languages All
Labels All
Results 991 - 1,000 of 6,916 for

ocr to doc

(0.08 sec)
  1. Several Image Into GIF Python

    Merge multiple Image inTo GIF in Python code. Save Image as GIF using Python....png" ] doc = aw.Document() builder = aw.DocumentBuilder(doc) shapes...0 pageSetup.right_margin = 0 doc.save( "Output.gif" ) Run code...

    products.aspose.com/words/python-net/merge/imag...
  2. Several Image Into PNG Javascript

    Merge multiple Image inTo PNG in JavaScript code. Save Image as PNG using JavaScript....png" ] var doc = new aw.Document() var builder...builder = new aw.DocumentBuilder(doc) shapes = fileNames.map(fileName...

    products.aspose.com/words/nodejs-net/merge/imag...
  3. Several Image Into BMP Javascript

    Merge multiple Image inTo BMP in JavaScript code. Save Image as BMP using JavaScript....png" ] var doc = new aw.Document() var builder...builder = new aw.DocumentBuilder(doc) shapes = fileNames.map(fileName...

    products.aspose.com/words/nodejs-net/merge/imag...
  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. How to Convert XSL FO to PDF using Python

    This short article assists on how To convert XSL FO To PDF. It contains information To set the IDE, the steps To perform and a runnable sample code demonstrating the process To render XSL FO To PDF....OCR Product Family Aspose.Note Product...in various formats like PDF, DOC, XPS, HTML, and PPTX format to...

    kb.aspose.com/pdf/python/how-to-convert-xsl-fo-...
  6. 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..."Input1.jpg" , "Input2.jpg" }; var doc = new Document(); var builder...

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

    Merge multiple JPG inTo TXT in Java code. Save JPG as TXT 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-txt/
  8. Several JPG Into JPG C++

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

    products.aspose.com/words/cpp/merge/jpg-to-jpg/
  9. Several JPG Into SVG C++

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

    products.aspose.com/words/cpp/merge/jpg-to-svg/
  10. Several Image Into WORD Java

    Merge multiple Image inTo WORD in Java code. Save Image as WORD 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-w...