Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: May 2022
Convert Word DOC to PNG, JPEG, BMP, GIF, or TIFF in Java
In various cases, we need to display MS Word documents into our applications programmatically. One of the most convenient ways in such scenarios is the conversion from DOCX/DOC to image formats. To accomplish that, in this article, you will learn how to convert Word DOC or DOCX files to PNG, JPEG, BMP, GIF, or TIFF images in Java. Furthermore, we will cover how to control the Word to image conversion using different options.
Convert JPG or PNG Image to XML with OCR in Java
XML files are frequently used to structure data for storage and transport of data. Sometimes an image can contain some data or information that you may need to process further. You can easily convert a JPG or PNG image to XML format. This article explains how to convert the JPG or PNG image file to XML format with OCR programmatically in Java.
Convert Text to PNG, JPEG, or GIF Image in Python
To make the text read-only, you often need to convert it to a PDF or some image format such as PNG. In a previous article, we demonstrated how to convert the text in a TXT file to a PDF in Python applications. Today, you will learn how to convert a text to a PNG, JPEG, or GIF image programmatically in Python.