Rank: Newbie Groups: Member
Joined: 6/24/2015 Posts: 1
|
Hello, I know this has been asked several times but I'm having an issue converting a Html page to PDF. It is not showing the image in the <img> tag. It is showing on my localhost when I convert it but it is not showing in production. Any ideas why? This is the image: https://secure.stratanetwork.com/Images/1275/BalridgeLogo.jpgThanks in advance.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi, If you use our product in a Web application, then the most common reason is explained here: http://www.essentialobjects.com/doc/web/aspxtopdf/troubleshoot.aspxOtherwise you should check your image Url. If you use ConvertHtml (instead of ConvertUrl), also make sure you set HtmlToPdf.Options.BaseUrl correctly. Thanks!
|