I want to create component in JAVA application, which will create PDF
form (with checkbox, dropdown list, text field etc. These fields will
vary by data type of columns from database) and download it to client
side. After filling the form, when user clicks on ‘Validate and Save’
button, it should validate and ask to save form in XML format.I searched
on many places on net; most of them, suggest use Adobe LifeCycle
Designer ES. My question is how can I use this tool in my JAVA
application so that...