nguyenhungtmx
New Member
This is what I have currently:
- User submits form data and gets a "download PDF" link.
- The link points to script which generates an XFDF file on the fly and outputs the XFDF file after setting the appropriate headers, etc.
- The XFDF file points to a password-protected PDF, which is the generic PDF form that uses the XFDF data to fill in the fields.
- User clicks the "download PDF" link.
- XFDF is generated on the fly (no file written to server).
- PDF and XFDF are merged server-side using generic PDF. Contents of final PDF are output to user same as XFDF was originally.
- Neither the XFDF nor the final PDF are ever saved to server.