EdwardMartinIII
Technical User
Is there a way to build a Word document (such as with PHP?) without actually using Word?
Here's what I'm trying to do:
We run a CRM called Sugar, and it's my understanding that Sugar's all PHP under the hood, which is fine. I can sorta use PHP to build HTML.
We also produce documents via Word templates. Someone checks a few boxes, fills in a few fields, and then clicks [Submit] and the data is emailed to me. I take it and plug it into a Word template by updating all the fields.
What I'm experimenting with is this: Is there a way, in a PHP environment, to present those folks with the same data-collecting forms page, and have some automated PHP script build the documents from various text components, and email the DOCUMENT to me.
Some things that might complicate the matter:
1. The documents contain long and complicated multilevel lists. I'm okay if there's a programmatic way of generating those, though.
2. The documents contain images. I'm okay if there's a programmatic way of including links, though.
Thoughts? Ideas? Suggestions?
Right now, my method is... acceptable... but being able to further automate this, and get it all under one tool would be awesomeness in a box normally labeled "not as awesome as some things."
Thanks!
Edward
"Cut a hole in the door. Hang a flap. Criminy, why didn't I think of this earlier?!" -- inventor of the cat door
Here's what I'm trying to do:
We run a CRM called Sugar, and it's my understanding that Sugar's all PHP under the hood, which is fine. I can sorta use PHP to build HTML.
We also produce documents via Word templates. Someone checks a few boxes, fills in a few fields, and then clicks [Submit] and the data is emailed to me. I take it and plug it into a Word template by updating all the fields.
What I'm experimenting with is this: Is there a way, in a PHP environment, to present those folks with the same data-collecting forms page, and have some automated PHP script build the documents from various text components, and email the DOCUMENT to me.
Some things that might complicate the matter:
1. The documents contain long and complicated multilevel lists. I'm okay if there's a programmatic way of generating those, though.
2. The documents contain images. I'm okay if there's a programmatic way of including links, though.
Thoughts? Ideas? Suggestions?
Right now, my method is... acceptable... but being able to further automate this, and get it all under one tool would be awesomeness in a box normally labeled "not as awesome as some things."
Thanks!
Edward
"Cut a hole in the door. Hang a flap. Criminy, why didn't I think of this earlier?!" -- inventor of the cat door