我动态写一个PDF,和我的文档创建一个QR码电子票务的目的
我把我的cfdocument localurl = yes以包含不同的图像,这工作得很好,但因为我使用的API调用来获取的QR码二进制,使用该cfimage显示图像,它只是显示一个红色的X
<cfdocument format="PDF" overwrite="Yes" localUrl="yes" pageType = "letter">
<body>
<cfoutput>
<section id="header">
<img src="file:///#ExpandPath('images/header.png')#"/>
<cfimage action="writeToBrowser" source="#rc.qrCode#" />
</cfoutput>
</body>
</html>
</cfdocument>
源变量rc.qrCode是直到我内部cfdocument地方工作完全二元响应,它生成这样的URL http://mysite/CFFileServlet/_cf_image/_cfimg-7945382145198648283.PNG
作为图像源
我相信这有待办事项与localurl和文件:///,我只是没有足够的见地知道为什么