Hello All,
I am working on project which need to get data from MySql database to PDF form.
Can anyone please guide how can I solve this problem?
I check internet for solution but I found I can create PDF form and get the data from DB to PDF form. My requirement are:
- I have PDF form on server
- I need to open that PDF form (using GUI)
- Get the student record (student Id, FNAME, LNAME, etc) from the database and popluate in PDF form.
I have to make it work on multiple platforms (so ADO solution will not work as it for windows only)
Please guide me
Viral