
April 6th, 2008, 01:53 PM
|
|
Contributing User
|
|
Join Date: Sep 2003
Posts: 116
Time spent in forums: 2 h 27 m 49 sec
Reputation Power: 5
|
|
|
Creating PDF file in php
Hi guys,
Can any php guru gives me an idea how can I convert the web page I generated by using php and mysql directly to pdf file.
I need the pdf file to have exactly the same output and format as what I have in the web page. I used a table to display all the records (mysql_fetch_array function is used) in mysql database and I need the web page (report) to be converted to pdf everytime a user submit a query.
I did try fpdf but to no avail.. anyone can suggest the easiet method to accomplish this?
Please advise and thanks.
|