Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 6,461 for

ocr to doc

(0.05 sec)
  1. 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..."Input1.png" , "Input2.png" }; var doc = new Document(); var builder...

    products.aspose.com/words/net/merge/image-to-html/
  2. C++ File Format Processing APIs | products.aspo...

    C++ Libraries read write render and convert multiple Document formats....processing file formats, including DOC, DOT, DOCX, DOCM, DOTX, DOTM...and images. Aspose.OCR for C++ Aspose.OCR for C++ is a powerful...

    products.aspose.com/total/cpp/
  3. Several JPG Into Image C++

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

    products.aspose.com/words/cpp/merge/jpg-to-image/
  4. How to Export PowerPoint to Word using Java

    This tuTorial guides on how To export PowerPoint To Word using Java. It provides configuration details, stepwise procedure and a runnable sample code To convert PPTX To DocX using Java....OCR Product Family Aspose.Note Product...MS Word document like DOCX , DOC, or in any of the supported formats...

    kb.aspose.com/slides/java/how-to-export-powerpo...
  5. Several JPG Into TIFF Python

    Merge multiple JPG inTo TIFF in Python code. Save JPG as TIFF using Python....jpg" ] doc = aw.Document() builder = aw.DocumentBuilder(doc) shapes...0 pageSetup.right_margin = 0 doc.save( "Output.tiff" ) Run code...

    products.aspose.com/words/python-net/merge/jpg-...
  6. Several JPG Into JPG Javascript

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

    products.aspose.com/words/nodejs-net/merge/jpg-...
  7. Several Image Into SVG Python

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

    products.aspose.com/words/python-net/merge/imag...
  8. 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...
  9. Several Image Into PNG Python

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

    products.aspose.com/words/python-net/merge/imag...
  10. 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...