php - Upload PDF form to server via submit in Acrobat -
I have created a PDF form using Acrobat. The form has a submit button, and I really want to submit the entire form and upload it to the server. Is there any way to do this? I have experience with PHP and other languages, but do not do anything with PDF form.
During form creation, when you submit an action to your button, Acrobat displays a dialog Which asks you to submit form data for the URL. This dialog allows you to choose how to submit the form. (At least this is like this in my ancient Acrobat 9.5.)
If you want to submit the entire form, ie a full PDF with full form field, then the option of the full PDF document Select.
If you do not want to get the original document already present, but want to add the increase as an update, select the option for FDF and check the change-by-step box. You can create a complete PDF from the original form and these incremental updates.
Look for some backgrounds.
Comments
Post a Comment