是否可以使用Coldfusion 8从PDF文件创建缩略图?

是否可以使用Coldfusion 8从PDF文件创建缩略图?,pdf,coldfusion,Pdf,Coldfusion,是否可以使用Coldfusion 8从PDF文件创建缩略图?(给定页面的缩略图,默认为第1页)从PDF文档中的页面生成缩略图 <cfpdf required action = "thumbnail" source = "absolute or relative pathname to a PDF file|PDF document variable| cfdocument variable" optional destination

是否可以使用Coldfusion 8从PDF文件创建缩略图?(给定页面的缩略图,默认为第1页)

从PDF文档中的页面生成缩略图

<cfpdf
    required
    action = "thumbnail"
    source = "absolute or relative pathname to a PDF file|PDF document variable|
        cfdocument variable"
    optional
    destination = "directory path where the thumbnail images are written"
    format = "png|jpeg|tiff"
    imagePrefix = "string used as a prefix in the output filename"
    overwrite = "yes|no"
    password = "PDF source file password"
    pages = "page or pages to make into thumbnails"
    resolution= "low|high"
    scale = "percentage between 1 and 100"
    transparent = "yes|no">


在接管Macromedia后,Adobe在ColdFusion中增加了对PDF的大量支持。因此,您也可以打印PDF并对其进行操作。

如果这样做有效,我很抱歉提出这样一个基本的问题。我假设会有相当多的步骤,甚至可能涉及一些Java。这可能会非常令人印象深刻,谢谢!我会测试一下,然后再给你回复。:-)@Dan-如果你真的想让它更复杂,我们可以用另一种语言发布一个例子;)