Rank: Newbie Groups: Member
Joined: 12/14/2011 Posts: 4
|
I have a native PDFDocument that I am building up.
I have some dynamic HTML text (includes br and a tags) that I want to include inline on the page.
Using HtmlToPdf.ConvertHtml places the html content after all the native elements on it's own page. Can I get some rendered HTML inline with my other native elements?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
You can either call HtmlToPdf.Options.Follow so that output of the second conversion follows the first conversion, or merge the HTML before passing it to the converter.
Thanks!
|