Jump to content

I'm stranded.


waynew

Recommended Posts

Okay, hello again guys. Hope all is well.

 

Anyway, I've been working on the admin system of a local business's website. The goal is to pluck out the details of all companies who enquired about a job that needed doing, but didn't end up hiring them for the job. What is wanted is a system that can pluck these company details out, and automatically print out letters (on paper) that ask those businesses for feedback (was there a problem with our quote)etc. I know that php can be used to created PDFs; but I need to make a system that doesn't require the user hitting the printer button for each document. I'm really stumped on this. If any of you guys have any ideas, please share. Thanks.

Link to comment
https://forums.phpfreaks.com/topic/111016-im-stranded/
Share on other sites

If you can generate the documents to be printed in html, you can create a pdf, or rtf, that has is all of them together...print one document, but that document has all of the letters in it.

 

An alternative would be to generate a CSV using php, then use MS mail merge to generate the letters for printing.

Link to comment
https://forums.phpfreaks.com/topic/111016-im-stranded/#findComment-569660
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.