I want to create a program in Java where the student information will be embedded to a specific template and generated into a PDF. The PDF may contain tables, image, and text.
I just want to know this technique? Here is a sample output below:
Thanks in advance!
I tried looking for the term, and I was not able to find it. I am curious about it since I saw the operator in my cashier where they used a Java program that can generate the PDF that contains the student information from a database and print it.
>Solution :
There are a few useful library for generating PDF document in Java,
I suggest you to look at this library : Apache PdfBox
also you can check this question for creating table:
