Rank: Member Groups: Member
Joined: 7/21/2007 Posts: 11
|
Hi, Thank you for taking a moment. I am using EO.Pdf.HtmlToPdf to render an html table to a page in a pdf. This html table could have many table rows in it. <TR>'s . Was wondering if there is a way to force the pdf(or make the pdf smart enough I guess) to go to a new page by inserting some "special" html into the table. Was hoping I could do this as opposed to doing it in my C#.
Any help or advice would be greatly appreciated.
<table> <tr> <td>On first page</td> </tr>
<tr> <td>Can I Put some special html here to force a page break ?</td> </tr> <tr> <td>On Second page<td> </tr>
</table>
jason
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
|