Page 1 of 1
Word Doc export
Posted: Tue Jun 12, 2007 7:39 am
by kbrown3074
I am looking to create a form letter(word doc) that will get filled in with customer data. Would the use of a table with blob data in it work? I was thinking of dumping the letter verbiage into fields and exporting the data that way. I could use PHP4 or PHP5. Is there a wicked PHP script/class/function that can accomplish this?
Re: Word Doc export
Posted: Tue Jun 12, 2007 8:39 am
by BDKR
kbrown3074 wrote:I am looking to create a form letter(word doc) that will get filled in with customer data. Would the use of a table with blob data in it work? I was thinking of dumping the letter verbiage into fields and exporting the data that way. I could use PHP4 or PHP5. Is there a wicked PHP script/class/function that can accomplish this?
You'd be suprised what Google can kick out.

Posted: Tue Jun 12, 2007 8:42 am
by feyd
I'd use a PDF.
Posted: Fri Jun 15, 2007 10:33 pm
by kbrown3074
Haha..yea I know..Google gives ya pretty much anything under the sun. I just wanted to see if anyone here has done it first hand.