Click to See Complete Forum and Search --> : pdf document creation
perrio
01-10-2004, 08:10 PM
I'm not sure my version of php supports pdf function calls.
Does anyone know if pdf functions are native to php?
Also can anyone describe the fundamental steps to create a pdf document from values in my db.
thanks
Weedpacket
01-10-2004, 09:42 PM
There seems to be a fair bit of wrongly-addressed posting at the moment.
phpinfo will tell you what you've got installed on your system. Also you can use function_exists on any relevant functions to see if they exist.
If you haven't got it there and you want to install it, the instructions (for installation and use) are in the pdf or cpdf sections of the manual depending on which PDF function library you want to go with.
As an alternative to that, there's something called FPDF, information about which can be found by searching these forums for that word (I forget the URL).
LordShryku
01-10-2004, 09:50 PM
I use FPDF....
http://fpdf.org/
PHP Builder
Copyright WebMediaBrands Inc. All Rights Reserved.