Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 6,916 for

ocr to doc

(0.04 sec)
  1. How to Convert HTML Page to PDF in C#

    This article guides on how To convert HTML page To PDF in C#. It contains information To set the environment, a detailed step-wise process and a runnable sample code To convert HTML page To PDF using C#....OCR Product Family Aspose.Note Product...desired save format like PDF, DOC, XPS, and SVG to name a few....

    kb.aspose.com/pdf/net/how-to-convert-html-page-...
  2. Several Image Into DOCX Java

    Merge multiple Image inTo DocX in Java code. Save Image as DocX 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-d...
  3. Several JPG Into PNG C++

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

    products.aspose.com/words/cpp/merge/jpg-to-png/
  4. Several Image Into BMP C++

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

    products.aspose.com/words/cpp/merge/image-to-bmp/
  5. 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...
  6. Several Image Into TXT C#

    Merge multiple Image inTo TXT in C# code. Save Image as TXT 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-txt/
  7. 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-...
  8. 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-...
  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 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...