- 1
How can I append a form input from an HTML for to a pre-designed pdf form and mail the output pdf to a reciepient ?
I have a registration form - more like an application form. I have been able to append the registration details on to a txt file after which I manually mail it to an email. But, I want to know how I can append the input into something like a letter head in pdf format and automatically mail it to myself.
2 Antworten
+ 1
You can try to make json file as input, and make html page with inline style, use php mail () to email the html page.
0
Well, I happen to come across pdf.js and that made it simple for me