Rank: Member Groups: Member
Joined: 12/14/2012 Posts: 16
|
Hi, I want to ask about a question about ASPXTOPDF, Can this function "EO.Pdf.HtmlToPdf.Options.HeaderHtmlFormat " accept CSS? I know that it is accept html, but when I use CSS, It is no effect.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi, You have to use inline CSS. For example:
Code: HTML/ASPX
<div style="background-color:red;">header</div>
Thanks!
|
Rank: Member Groups: Member
Joined: 12/14/2012 Posts: 16
|
OHHHHH Thanks!!! You have save my life!!
|