jnull Posted April 26, 2010 Posted April 26, 2010 I understand that PHP PDF libraries cannot be installed on my TCH server (via support). I am wanting to create a PDF dynamicaly from PHP/MySQL data ... any suggestions as to how to accomplish? Quote
OJB Posted April 26, 2010 Posted April 26, 2010 I don't know the ins-and-outs of what software is not allowed on TCH but it might be worth checking if FPDF is supported. http://www.fpdf.org/ It requires no PDF libraries, it is just a script and some fonts. I have used it many times before, forgive the gross website. It is pretty easy to use, just requires time to fiddle about moving things around the page with trial and error. Quote
jnull Posted April 27, 2010 Author Posted April 27, 2010 Thanx for the reply ... as I was waiting to a response to my post I continued searching the Net for something and came upon this little resource, too. Seems to work well. Not quite as easy as just clicking something but will accomplish the goal in the long run. Can't beat the cost too. Appreciate your reply! Quote
nguyenthaihan Posted June 18, 2010 Posted June 18, 2010 Thanx for the reply ... as I was waiting to a response to my post I continued searching the Net for something and came upon this little resource, too. Seems to work well. Not quite as easy as just clicking something but will accomplish the goal in the long run. Can't beat the cost too. Appreciate your reply! hi Jnull, If you use php to develop your apps, I think you can resolve your problem with tcpdf. I think it's the best way to generate the pdf file from PHP + MySql. Quote
jnull Posted June 18, 2010 Author Posted June 18, 2010 Thank you ... much appreciated... I'll definitely check that out! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.