03-30-2009, 02:42 PM
|
#1 (permalink)
|
|
The Gregarious
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
|
Output to PDF
Hey guys,
Just wondering if anyone here has any experience with generation PDF reports with PHP? Is this the best one to use?
http://www.fpdf.org/
I'm having a hard time understanding how it works.
For example, I have a website that generates a graph in flash. Then beneath the graph, I have rows upon rows of data to support the data in the graph.
Then there's also the layout of the webpage itself. So my assumption is that the PDF would look pretty much identical to the layout of the site, what you see on the webpage...
But I haven't got a clue how to go about this?
I currently have the data exported to CSV which is easy because I don't have to worry too much about formatting. But the PDF part is kinda confusing for me...
Help???
|
|
|
|