Rank: Newbie Groups: Member
Joined: 4/1/2010 Posts: 4
|
Hi,
I want to know how I can display HTML Column Content in PDF using eo pdf creator.
My column hold the HTML and his content come dynamically from the database.
it's possible
thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,200
|
Hi,
Your best option would be to dynamically create an HTML table, then pass the whole HTML table to EO.Pdf.HtmlToPdf.ConvertHtml. That way you can do a single call to convert the whole table.
Thanks
|