arunmj82 Posted March 23, 2010 Share Posted March 23, 2010 Hi, My task is to extract the data's from mysql and to convert the same in to PDF. There are nearly 5000 records in mysql. Right now, using php I have dynamically created 5000 word documents. But after that I am manually opening each and every word document(MS WORD 2007) to set page number in header and adding contents to footer. Its time consuming. Is there any way to create PDF's on the fly? Its urgent. Please help... Regards, Arun. Quote Link to comment Share on other sites More sharing options...
ninedoors Posted March 25, 2010 Share Posted March 25, 2010 Look at FPDF. They have examples there. I have used it to create a schedule from my mysql database. Nick Quote Link to comment Share on other sites More sharing options...
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.