Welcome Guest Search | Active Topics | Sign In | Register

Adding HTML to a PdfDocument Options
Surya Misra
Posted: Friday, November 30, 2012 5:03:07 PM
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?
eo_support
Posted: Sunday, December 2, 2012 11:49:04 PM
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!


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.