Question
image links in PDF document
I am embedding images in a pdf diocument and it works great
when I am on the local server or if I VPN into the production
server and reference the server using internal IP. I get red x's
when I am not VPN'ed in on the same pages. The image references
also work perfectly in HTML pages on the production server when I
am not VPN'ed in..
I have tried the following referencing and nothing works:
<img src=" http://#HTTP_HOST#/torq/icons/gradient.jpg" align="left">
<img src="torq/gradient.jpg" align="left">
<img src=" http://208.66.59.195//torq/gradient.jpg" align="left">
<img src=" http://workxresearch.com//torq/gradient.jpg" align="left">
It also refuses to link in the referenced css.
I am calling it thus:
<cfdocument format="pdf" fontembed="yes" >
<link rel="stylesheet" type="text/css" href="stylePDF.css" />
Any ideas on why this is???? My hair is turning grey.....
I have tried the following referencing and nothing works:
<img src=" http://#HTTP_HOST#/torq/icons/gradient.jpg" align="left">
<img src="torq/gradient.jpg" align="left">
<img src=" http://208.66.59.195//torq/gradient.jpg" align="left">
<img src=" http://workxresearch.com//torq/gradient.jpg" align="left">
It also refuses to link in the referenced css.
I am calling it thus:
<cfdocument format="pdf" fontembed="yes" >
<link rel="stylesheet" type="text/css" href="stylePDF.css" />
Any ideas on why this is???? My hair is turning grey.....
