Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 6,907 for

ocr to doc

(0.03 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 JPG Into HTML Python

    Merge multiple JPG inTo HTML in Python code. Save JPG as HTML using Python....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...jpg" ] doc = aw.Document() builder = aw.DocumentBuilder(doc) for...

    products.aspose.com/words/python-net/merge/jpg-...
  3. Several Image Into PDF Python

    Merge multiple Image inTo PDF in Python code. Save Image as PDF 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...
  4. How to Convert JPG to Word Format in Java

    This article explains how To convert JPG To Word format in Java. It shares the details To set the development environment, a list of steps, and a runnable sample code To transfer JPG To Word in Java....OCR Product Family Aspose.Note Product...Aspose.Words for Java for JPG to DOC conversion Create or load a Word...

    kb.aspose.com/words/java/how-to-convert-jpg-to-...
  5. 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/
  6. 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/
  7. 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/
  8. 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/
  9. 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...
  10. How to Add Password to Word Document using Java

    This tuTorial provides details on how To add password To Word Document using Java. It contains the development environment configuration, a complete step-by-step program logic and a runnable sample code that demonstrates the process of Document protection using Java....OCR Product Family Aspose.Note Product...of the supported formats like DOC , DOCX , etc. Steps to Lock Word...

    kb.aspose.com/words/java/how-to-add-password-to...