Re: Save the fillable PDF filled by a user

2021-10-15 Thread sahy...@fileaffairs.de
Dear Jack, when submitting PDF there are several options you have. The one you are looking for is submitting the data as HTML data. You'll find details in https://opensource.adobe.com/dc-acrobat-sdk-docs/acrobatsdk/pdfs/acrobatsdk_jsapiref.pdf Look for the submitForm method. That gives you all

Re: Save the fillable PDF filled by a user

2021-10-14 Thread Light Speed
Thank you Tilman. I actually read that post and others but so far none of them answered my question. My question was not on how to create a button. My question was how to capture the values that the user filled in and submitted. This is AFTER the user clicks the button. In regular java web applicat

Re: Save the fillable PDF filled by a user

2021-10-11 Thread Tilman Hausherr
There is a somewhat obscure way to do this with a push button: https://stackoverflow.com/questions/58611014/adding-a-button-with-the-submitform-function-with-pdfbox-in-java Try to work with that one, then share the code and the PDF if it doesn't work; that person got it to work, except that the

Save the fillable PDF filled by a user

2021-10-11 Thread Light Speed
Hi I need some guidance from all your PDFBox users. I have been trying different features like creating PDF and adding forms, etc. All seeemed to be fine. My use case is as following, the final goal is to save the PDF that customer has filled: 1. Create a Fillable PDF, with some text boxes, ra