Printing Data in PDF

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
nielsenN
Forum Newbie
Posts: 17
Joined: Wed Nov 16, 2011 6:46 pm

Printing Data in PDF

Post by nielsenN »

I am trying to generate a pdf file that will display the searched data performed in the current page. In the current page, the searched data is displayed in table form, how can I make a button to generate the searched data in pdf from the current page? Please some one help me,I've tried using fpdf but only manage to generate a blank pdf. I have no idea how to print the data in the current page. Help please. :(
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: Printing Data in PDF

Post by social_experiment »

“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Post Reply