Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: November 2021
Convert JPG Images to PNG in Java
JPG is a well-known and one of the most commonly used image formats. However, JPG images lose quality each time they are saved. Therefore, you may need to convert them into a lossless format such as PNG. To perform this conversion programmatically, this article shows how to convert a JPG image to PNG in Java.
Convert Word Documents to EPUB in Java
Most of the smart devices such as smartphones, tablets, laptops, etc. support EPUB format to view or read documents. It is a commonly used format for ebooks or electronic publications. On the other hand, MS Word formats, such as DOCX, DOC, etc., are among the widely used document formats in the digital world. In this article, we are going to show you how to convert MS Word files to EPUB programmatically using Java. Moreover, you will learn how to customize Word to EPUB conversion using different options.
Convert Word Documents to Markdown using Java
Nowadays, Markdown (MD) format is widely opted to write online articles, blogs, and documentation. However, its syntax becomes difficult to remember and write in the case of large-sized documents. To make things easier, you can write content in MS Word and then convert DOCX or DOC file to Markdown. To perform this conversion programmatically, this article covers how to convert Word documents to Markdown (.md) files using Java.