I am using iTextSharp (V 5.4.2.0) to convert an html page to pdf. But I would like to be able to set a new page.
I tried this:
<div style="page-break-before:always"> </div>
and tag <newpage />
But that will not work. What is the best way to create an html page, including new page tags (or something else) to be able to correctly convert it using iTextSharp?
Yours faithfully,
Matthijs
html c # pdf itext itextsharp
user369122
source share