I have a requirement where I have to create a PDF files using datas from database. I found some similar questions like this in this site. Most of the answer suggest use of iText. But i have to do it using java code only without using iText and all. Is there anyway I can do it ?
Thanks in advance.