Please provide me suggesion to convert html tp image
or convert html to pdf in PHP
If any code u have then please let me know.....thanks in advance
Asked
Active
Viewed 1,017 times
-4

gurpreet
- 3
- 3
-
You may want to take a look at [HTML2PDF](http://html2pdf.fr/en/default). – EM-Creations Jan 30 '13 at 09:07
-
There are lots of ways to do this. Ask Google, then come back here with specific implementation problems once you've actually tried something. Read this: http://stackoverflow.com/questions/how-to-ask – Bob Davies Jan 30 '13 at 18:58
2 Answers
0
For PDF conversion, it will help you. This will convert the HTML page to PDF page

Edwin Alex
- 5,118
- 4
- 28
- 50
-1
For converting html to pdf using PHP, try TCPDF
TCPDF is a FLOSS PHP class for generating PDF documents.

Muthu Kumaran
- 17,682
- 5
- 47
- 70