I am using PDF 1.2.0.10, and the question is, if I use
<img src="/images/myImage.jpg" />
Is it really not going to pull the image locally or did I miss a setting in the cfdocument tag to make it pull the image from the server directly? The only way I can get an image to display in the PDF is if I
<img src="https://example.com/images/myImage.jpg" />
I have tried the use localUrl="true"
but the image still does not appear.