ToBase64 is the function you require to use an image in a cfpdfformparam field.<cfimage action="read" source="myImage.jpg" name="myImage"><cfset myImage = ToBase64(myImage)><cfpdfform source="myPDF.pdf" action="populate"> <cfpdfsubform name="form1"> <cfpdfformparam name="HeaderField" value...