|
Rank: Newbie Groups: Member
Joined: 6/5/2012 Posts: 4
|
I am using the EO.PDF.Html2PDF.ConvertHTMl method and passing in the following HTML. However, the JQuery that applies the correct image is not running. Images are not appied to the PDF. I have set the BaseURL to the site root and the CSS is getting applied. Why not Images?
EO.Pdf.HtmlToPdf.ConvertHtml(finalHtml, responseStream);
Here is the HTML.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
You need to set HtmlToPdf.Options.BaseUrl whenever you use ConvertHtml.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 6/5/2012 Posts: 4
|
I did set this. The CSS is working but the JQuery is not.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
Try to increase HtmlToPdf.Options.MinLoadWaitTime and see if that works. If that still does not work, please send us a test project.
Thanks!
|
|