JPG to PDF Converter in Java

Chetan Singh May 16, 2021

To build this project, I have used java language and eclipse as an ide. You just have to add the i-text library to use this code.

You just have to add the i-text library if you want to add it externally in itext.jar format then you can download it from here

i-text

http://developers.itextpdf.com/itext-java

If you are doing it in the maven project then you can add this dependency to make it happen

 
    com.itextpdf
    itextpdf
    5.5.9
  

The code is simple you just have to provide the directory of .jpg file and the output directory thats it.
code

Project Files

Loading...
..
This directory is empty.

Comments (0)

Leave a Comment