how to download current page in pdf from in php

Tutorials on PHP, databases and other aspects of web development. Before posting a question, check in here to see whether there's a tutorial that covers your problem.

Moderator: General Moderators

Post Reply
khalidhabib.cs
Forum Newbie
Posts: 14
Joined: Tue Jul 17, 2012 1:35 am

how to download current page in pdf from in php

Post by khalidhabib.cs »

how to download current page containing contents in pdf in php
plz help me ;)
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: how to download current page in pdf from in php

Post by social_experiment »

The answer will depend if you want to create a pdf of the current page or do you have a existing pdf somewhere that just has to be downloaded.
khalidhabib.cs
Forum Newbie
Posts: 14
Joined: Tue Jul 17, 2012 1:35 am

Re: how to download current page in pdf from in php

Post by khalidhabib.cs »

Sir I want generate pdf of current web page by clicking download lick
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: how to download current page in pdf from in php

Post by social_experiment »

khalidhabib.cs
Forum Newbie
Posts: 14
Joined: Tue Jul 17, 2012 1:35 am

Re: how to download current page in pdf from in php

Post by khalidhabib.cs »

thanks lot sir
clark551
Forum Commoner
Posts: 25
Joined: Mon Jul 01, 2013 1:49 pm

Re: how to download current page in pdf from in php

Post by clark551 »

http://phptopdf.com/
this will explain your question in w=every respect
Post Reply