Conversion of aspx or html page to pdf
<form id="form1" runat="server">
<div style="background-image:url('../../../Images/WrittenTestCallLetter.jpg'); background-repeat:no-repeat; height:1160px;">
<table id="tbldisplay" runat="server" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td colspan="5">
<table cellspacing="0" cellpadding="0" width="100%" style="height:20%">
<tr>
<td valign="bottom" align="center" style="height:20%; width:35%;">
</td>
<td style="height:20%; width:50%;" colspan="1"><asp:Label ID="lblRollNo" runat="server" CssClass="style1"></asp:Label></td>
<td style="height:20%; width:30%;"> </td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</form>