Image is not displaying in cfdocument pdf for coldfusion 10
问题 I am using ColdFusion 10 Enterprise edition, and am unable to display images when using CFDOCUMENT to generate a PDF. Below is the piece of code I am using: <cfsavecontent variable="report"> <table align='center'> <cfoutput query="VARIABLES.result"> <tr> <td> <div class='addInfoDetails'>#SHOWINFO#</div> </td> </tr> </cfoutput> </table> </cfsavecontent> In the above code, the VARIABLES.result query is coming from database and SHOWINFO is a variable having the content of image and text. For