我有2个pdf,我正在通过CFPDF action =“thumbnail”运行。 第一个pdf返回一个完美的拇指。 第二个返回只有文本和背景颜色的拇指,但没有背景或前景图像。我没有创建这些PDF,我无法区分这两者。
以下是为测试目的而简化的代码:
<cfpdf action="thumbnail" source="First.pdf" destination="thumbnails" overwrite="yes">
<cfpdf action="thumbnail" source="Second.pdf" destination="thumbnails" overwrite="yes">
<img src="thumbnails/First_page_1.jpg">
<img src="thumbnails/Second_page_1.jpg">
如果有必要,我可以发送有问题的pdf,但是出于显而易见的原因,我宁愿不在这里发帖。
答案 0 :(得分:0)
如果pdf页面中的图像格式为JPEG2000格式,Coldfusion会跳过图像...导致空白缩略图......
- 搜索“thumbnail”
的Dom
P.S。至少从CF8开始,我还没有看到CF9的任何更新......