我已经使用CFDocument多年了,没有任何问题。突然,CFDocument没有显示格式或静态图像。
我听说过PDF引擎崩溃了,但是其他代码可以很好地生成文档。我已经重新启动了软件。
HTTPS vs HTTP是否可能是问题所在。由于网站运行正常,因此http。我刚刚在https站点上注意到了这一点。
我迷路了。如果是https / http问题,什么是解决方法?
<cfdocument
format="pdf"
filename = "inspection_pdf\#busid#_#inspid#.pdf"
overwrite = "yes"
marginBottom = ".6"
marginLeft = ".4"
marginRight = ".4"
marginTop = ".2">
<style type="text/css">@import "pdf.css";</style>
与此相关,上面的代码已经使用了多年,没有任何问题。