Images to PDF In Java (ITextPdf Library)

There are several open source libraries in Java helps to convert images to Java. Images can be of any valid types like jpg, jpeg, png, webp, tiff, bmp etc.,

ITextPdf library is one of the Java library which has more features require to do all type of operations in PDF.

To Include ItextPdf library in our application, download from maven repository using the following link, or use it in application inside pom.xml.

Below is a simple example to convert an Image file to PDF in Java.

The Output of the above program will return the PDF document in byte array.

We can write the byte output in a file to fetch the PDF document in byte array.

Leave a Reply

Your email address will not be published. Required fields are marked *