Welcome Guest Search | Active Topics | Sign In | Register

Images not loading in ASPXtoPDF Options
Frank Sinatha
Posted: Tuesday, August 28, 2012 3:03:43 PM
Rank: Newbie
Groups: Member

Joined: 3/26/2012
Posts: 1
Everything works fine in development, but on our production server, the images are broken in the pdf doc. (They have a question mark on a blue background) I verified in a browser that the image is located where it is supposed to be. I tried the following without any luck:
<img src="letterhead1.jpg" alt="logo" />
<img src="https://subdomain.ourdomain.com/images/letterhead1.jpg" alt="logo" />
<img src="images/letterhead1.jpg" alt="logo" />
<img src="images\letterhead1.jpg" alt="logo" />
<img src="/images/letterhead1.jpg" alt="logo" />
I put the image in all of these locations and was able to see it in a browser when I entered the src value as the URL. Am I missing something?
Thanks
eo_support
Posted: Tuesday, August 28, 2012 6:43:51 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,195
Hi,

This usually is a network configuratio issue on your server causing it can not resolve to itself. See here for more details:

http://www.essentialobjects.com/doc/4/web/aspxtopdf.aspx#debug

Look for "Troubleshooting ASPX To PDF" section.

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.