<html> <head> <title></title> </head> <body> <h5>EXPORT HTML CONTENT TO PDF</h5><br /><br /><br /> <b>This content is convert from html file to PDF file</b><br /><br /><br /> <font color="red">Samples from Ravi!!!</font> </body> </html>
<html> <table width="300px" border="1" style="border-collapse: collapse; background-color: #E8DCFF"> <tr> <td width="40px">1</td> <td>Number</td> <td><input class="txt" type="text" name="txt" /></td> </tr> <tr> <td>2</td> <td>Number</td> <td><input class="txt" type="text" name="txt" /></td> </tr> <tr> <td>3</td> <td>Number</td> <td><input class="txt" type="text" name="txt" /></td> </tr> <tr id="summation"> <td colspan ="2" align="right"> Sum : </td> <td align="center"><span id="sum">0</span></td> </tr> </table> </html>