I want to create a pdf template with dynamic fields populated from an SQL database. Users have to provide an account number and click a button to generate the PDF document with data related to this account number. Your help is very much appreciated.
Thanks.
Views
Replies
Total Likes
Use LiveCycle Designer to generate your PDF template.
To get the data from the database you can either
1 - use Designer to directly connect the form to the database
2 - use Workbench to make JDBC call to the database and use Forms to merge the form template with the data
Views
Replies
Total Likes