是否可以使用Coldfusion 8从PDF文件创建缩略图图像?
答
生成的网页缩略图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">
http://livedocs.adobe.com/coldfusion/8/htmldocs/Tags_p-q_02.html
答
的Adobe加入了相当多的支持PDF文件中在他们接管Macromedia之后的ColdFusion中。所以你也可以打印PDF并操作它们。
如果这项工作,我很抱歉提出这样一个基本问题。我假设会有不少步骤,甚至可能涉及一些Java。这可能相当令人印象深刻,谢谢!我会测试并回复你。 :-) – 2009-12-23 20:18:35
@Dan - 如果你真的希望它更复杂,我们可以用另一种语言发布一个例子;) – Leigh 2009-12-23 20:38:15