Welcome Guest Search | Active Topics | Sign In | Register

Force new page in pdf from html Options
Jazzcatone
Posted: Thursday, June 26, 2014 3:49:51 PM
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
eo_support
Posted: Thursday, June 26, 2014 5:40:27 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,196
Hi,

Please see here for more details:

http://www.essentialobjects.com/doc/4/htmltopdf/paging.aspx

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.