Hi,
I am working on an application, where i need to generate PDF files to send out to the users.
I have a sample .rtf file, which is the template for the PDF files. This template is actually a letter format, in which the fields like name, address, license number etc are marked as @name@, @address@ etc. I have to generate pdf files( actually letters to the users) replacing @name@ ,@address@ etc with the real time name ,address from the database.
Can i use iText API for this? or PDFBox ? I googled but couldn't find much useful info.
Appreciate your advices.
Thanks in advance.
Bindu