View Single Post
  #1 (permalink)  
Old 09-27-2007, 11:43 AM
robinhood robinhood is offline
WebProWorld New Member
 
Join Date: Sep 2007
Posts: 1
robinhood RepRank 0
Default How To I Use PDF Templates In PHP?

I have about twenty small pdf files business card design templates that I want to be able to populate with data from a MySQL database name, phone number, etc and output to the browser/save to the server. The format has to be PDF or another vector format suitable for direct to print use. I have been goggling looking for a simple way to do it and am coming up short. I can not just replace strings in the document because of the way for the format works. Has anyone ever done anything like this before or do I have to hard code the layout of each free templates into my application.
Thanks
Reply With Quote