php - Display form values in a to pdf document -
i created system using php.. on system..there form...in form has submit button , view in pdf button .. question how transform php form pdf form..user can view form in pdf format did not submit form yet , details enter appear in pdf format form..please me..
you'll need create form in acrobat pro, pdfpen pro, foxit reader (with appropriate add-ons), etc. in doing that, can include form control button submits form values url post. write php script receive post similar html form post, , you're go.
from there, post pdf site , let visitor's pdf tools rest.
note form validation handled in-pdf. tool use create form include bunch of ready-to-go validations can use (e.g., phone number or social security number), , if something's missing, can incorporate javascript. note js runs in pdf reader, not browser, it'll work if user has js turned off.
Comments
Post a Comment