Join Date: November 2008
Location: United arab emirates ( Dubai )
Posts: 6
Convert Html to pdf using php
The problem is in HTML. If table width is large means, after converting pdf , partial table only displaying in pdf. Can you please find a solution for me?
Example: Below I have given html code. I want to convert it to pdf with out any conflicts.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <table width="100%" border="1"> <tr> <td>kannna</td> <td>kannna</td> <td>kannna</td> <td>kannna</td> <td>kannna</td>