dynamic pdf-cfdocument + cfcontent + image + email attachement
问题 How can images be loaded into a dynamically generated pdf (cfdocument)? In that the pdf is not stored the hdd. The pdf needs to be emailed, and the ram cleared. The images are stored outside of the wwwroot folder. If it is need be, the pdf can get stored in the hdd, get attached, emailed, then deleted, but would opt for it not to get stored in the hdd. c:\coldFusion9\imgs\ is the dir Sample: <cfdocument format="PDF" localurl="true"> <cfoutput> #vars#</cfoutput> </cfdocument> I have used <img