Avatar

Level 1

Thanks for reply Saket..

I develop JAVA web application. One of requirement in my application is to generate PFD form (who’s design/template style will vary on scenario basis).  The form needs to gets download on client machine(PDF form gets generate & download after click on, say ‘Download’ button).

User fills this form (on his/her machine) and click on, say ‘Submit’ button which is in PDF form. After validation of all filled field, form ask to save form in XML fomat (i.e. in .xml file).

I find your provided information matches with mine query but not sure whether ‘created form template’ is on which side, on server or client side?

I am able to create PDF form by using iText jar, but it seem it does not full fill my requirement .