【问题标题】:CFPDF thumbnail problem not showing background/imagesCFPDF 缩略图问题不显示背景/图像
【发布时间】:2010-11-05 05:34:33
【问题描述】:

我正在通过 CFPDF action="thumbnail" 运行 2 个 pdf。 第一个 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,但出于明显的原因,我不想在此处发布它们。

【问题讨论】:

    标签: pdf thumbnails cfpdf


    【解决方案1】:

    如果 pdf 页面中的图像采用 JPEG2000 格式,Coldfusion 会跳过该图像...导致缩略图为空白...

    Coldfusion 8 Release Notes

    -- 搜索“缩略图”

    Dom

    附:至少到CF8为止,我还没有看到CF9有任何更新……

    【讨论】:

      猜你喜欢
      • 2014-09-15
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-07-15
      相关资源
      最近更新 更多