I have a html page wich contains a section. There is a link, i would like when someone click on the Link to generate a PDF wich contains exactely the div section content.
How can I handle that in PHP or Javascript ???
Help
|
I have a html page wich contains a section. There is a link, i would like when someone click on the Link to generate a PDF wich contains exactely the div section content. How can I handle that in PHP or Javascript ??? Help |
|||||
|
|
check the php pdf functions here |
|||
|
|
There are several options, but TCPDF seems to be quite good. Its a PHP class for generating PDF documents. Good ratings on the web, and it looks like it's under active development as well. Worth having a look at. |
|||
|
|