Pdf_lib

liunx

Guest
I am using PHP to generate a membership list from a mysql database. I was wanting to produce a pdf on the fly with this information. The easiest route seems to make use of php_lib, but I don't think TCH has it installed.<br /><br />Is there any thought to adding this feature in the near future? <br /><br />Does anyone know of an alternative to php_lib to do what I want?<!--content-->
You can always submit a help-desk ticket so the techs can analyze the possibility of installing it.<br /><br />Other than that, you can give these a try:<br /><!--coloro:blue--><span style="color:blue"><!--/coloro-->http://www.ros.co.nz/pdf/<!--colorc--></span><!--/colorc--><br /><!--coloro:blue--><span style="color:blue"><!--/coloro-->http://www.phparch.com/issuedata/2002/december/sample.php<!--colorc--></span><!--/colorc--><br /><!--coloro:blue--><span style="color:blue"><!--/coloro-->http://www.easysw.com/htmldoc/pdf-o-matic.php<!--colorc--></span><!--/colorc--><!--content-->
Thanks Raul!<br /><br />I will crunch on some of the code at the links you listed. At first glance it looks like I might be able to accomplish what I want without pdf_lib. <br /><br />Thanks again!<!--content-->
Woohoo! <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/kicking.gif" style="vertical-align:middle" emoid=":dance:" border="0" alt="kicking.gif" /> <br /><br />Using info at the first link:<br />www.ros.co.nz/pdf<br /><br />In less than 20 minutes I was able to make pdf's on the fly straight from a mysql_query().<br /><br />Thanks for the link!<!--content-->
Great! Glad I could help <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><!--content-->
 
Back
Top