Create PDF form in Java [closed]

1

I need to create several forms in java, when selecting a person to export their data to a PDF with a form already designed. I know the bookstore 'itext' and 'lowagie' I have already created some PDF to get list, the problem is that now I have to do 8 completely different forms and the time it can take me doing it is tremendous. I wanted to know if you know some other method or some page that makes the design more quickly and then you can export the code to your program. If there are other options better.

    
asked by Arkhan6 15.03.2017 в 09:47
source

1 answer

0

I like BIRT . With this tool you can create templates quickly and with the possibility of using database, javascript, etc. You have to invest some time at the beginning. Birt uses Eclipse and I-Text below and is Open Source .

By the way you can also create some functions with absolute positions with Itext to go drawing PDFs. You should only call those functions again when you want to reuse the code for other forms.

    
answered by 15.03.2017 в 13:22