- Mar 23, 2001
- 2,896
- 2
- 81
I'm working on a project where the user can log in, supply their information to us and request a letter (for various reasons).
On our end, we review their information to make sure they're eligible for the requested letter and then we generate the actual printed letter for them to pickup. (They need to be here to show proof of ID etc... which is why we don't email it or similar alternative.)
What I was wondering if I can do, and so far my Google skills are failing me, is to setup a MS Word "template" and somehow pass the information to it when a button is clicked.
For example...
I log in and check the information, it all checks out, I hit the print button and a Word document opens already formatted and details filled in etc... ready to print.
Currently we take the information and create the word document manually.
We're using PHP and some Javascript so far in this project.
Thanks in advance
On our end, we review their information to make sure they're eligible for the requested letter and then we generate the actual printed letter for them to pickup. (They need to be here to show proof of ID etc... which is why we don't email it or similar alternative.)
What I was wondering if I can do, and so far my Google skills are failing me, is to setup a MS Word "template" and somehow pass the information to it when a button is clicked.
For example...
I log in and check the information, it all checks out, I hit the print button and a Word document opens already formatted and details filled in etc... ready to print.
Currently we take the information and create the word document manually.
We're using PHP and some Javascript so far in this project.
Thanks in advance