Hi!
I generated a registration form in
java using iText. The form was editable so my users can input their name, age and other details. I have to save the form afterwards so that i can get the data that the user wrote in my pdf form.
I can write the details in my pdf file but when im saving the file i am prompted that the data i provided will not be saved and if i want to have a copy of the completed form i should print it.
Is there any way that i can save my form after user input so that i can get their data?
Thank you.