Cfsavecontent to pdf lucee 4.5.3.020

The basic problem is I have code that creates a cfsavecontent variable.
Within the content is a img tag. When I output the variable to the screen,
the image displays fine.
When I pass the cfsavecontent variable to another page to create a pdf
document and email the document using the cfdocument name variable, the pdf
attachment thats emailed does not contain the image in the content. This
same code worked in Railo.

Subset of cfsavecontent code from main page:

#request.league# Player Contract

<p align="center"><strong>Signature:</strong> 

<cfhttp method=“GET” url="
http://localhost/#listlast(getDirectoryFromPath(getCurrentTemplatePath()),
‘')#/imagepage.cfc?method=CREATENAMEIMAGE&imagename=’#recordset2.first_name#
#recordset2.last_name#‘&fontname=’#form.signaturefont#'&backgroundcolor=‘ffffcc’"

Date:

#dateformat(now(),‘mm/dd/yyyy’)#

#stuff#
<input type="hidden" name="ipaddress" value="#CGI.Remote_Addr#" value="#CGI.HTTP_X_Forwarded_For#" >

The imagepage.cfc successfully creates the image for the img tag.

The Emailwaivernew.cfm code:


#toString(toBinary(form.mycontent))#




Please see your attached #form.docdescription# for #form.league#.

Any Ideas why the image is not being retained when converted to pdf?

If you would like to see the webpage in action, I can give you access.

Thanks,

Dale