I want to print information from the database on a predefined printed form.
I have a printed form and i have got all information related to that form in the database. I would like to print that information at proper places on the form. I just want to print the information and not other predefined instructions. For example, in the below form only the blue text would change from the database

Can anyone please suggest a way to do this? Thanks for help
Thanks Ryan for suggesting EZPDF class and everyone else for responses.
I find EZPDF class (suggested by Ryan) little bit tricky and thought it might take much time. So, I went with different approach. I created pdf with fillable form (using Adobe Acrobat) and then used createFDF to fill in the places and print the form
Regards