Hello All,
I am working on a project and am stuck at point.
I get the user data from (x.pdf) form to database using HTTP Submit button.
Now on server side, I want to achieve following things:
1. Open x.pdf form on server (the template for x.pdf will reside in server directory)
2. Open database connection and get user information from database
3. Insert the user data (fname, lname, id, etc) from database to x.pdf form fields (fname, lname, id, etc)
I want to achieve this using web services or coding. I don;t want to use DNS to fetch data from database to insert into PDF form. As it will restrict me to use windows server on server side.
I have tried following solutions:
1. itext (I am still looking into it to get data from database and fill in particular field. with itext you can get values from DB and generate regular PDF file.
2. html2pdf
3. pdflk
If anyone can provide with example it would really nice as I am not able to achieve it with the above mention and other solutions
I would be really appreciate if can get help.
Thanks
You also need LiveCycle to apply Reader extensions or work with dynamic XML-based form objects.