Connecting Tech Pros Worldwide Help | Site Map

html to pdf

victorduwon's Avatar
Member
 
Join Date: Nov 2007
Location: South Texas
Posts: 32
#1: Dec 28 '07
does anyone know how to use html to force a web page to create a static pdf version of itself and store it in its own directory? I want to do this via code only, and without third party software.

Thanks
Vic
drhowarddrfine's Avatar
Expert
 
Join Date: Sep 2006
Posts: 5,561
#2: Dec 28 '07

re: html to pdf


html cannot do this.
drhowarddrfine's Avatar
Expert
 
Join Date: Sep 2006
Posts: 5,561
#3: Jan 4 '08

re: html to pdf


That's assuming he uses .NET which most people don't. Besides, it's not what he wants.
shane3341436's Avatar
Member
 
Join Date: Mar 2007
Posts: 63
#4: Jan 4 '08

re: html to pdf


Quote:

Originally Posted by drhowarddrfine

That's assuming he uses .NET which most people don't. Besides, it's not what he wants.

Yes
If u r using PHP, then u can find a free class for converting html into pdf. Search for 'fpdf' in the net and u can download the class. But it is not like submitting the html page and getting the pdf on the fly. You should make your own pdf using the class.
Reply