-4

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

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 Answers2

0

For PDF conversion, it will help you. This will convert the HTML page to PDF page

HTML to PDF Converter

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.

DEMOs: http://www.tcpdf.org/examples.php

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