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

标签 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 = "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

http://cfquickdocs.com/cf8/?getDoc=cfpdf#cfpdf

关于pdf - 是否可以使用 Coldfusion 8 从 PDF 文件创建缩略图?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1954825/

相关文章:

java - 将页面添加到现有PDF com.itextpdf.text.exceptions.InvalidPdfException : PDF header signature not found

jquery - 我可以设置全局变量并在其他文档就绪事件中使用它们吗?

session - ColdFusion调用 session 函数

mysql - Coldfusion:QueryOfQueries 或添加 QueryColumn 以根据数据库查询及其计算值显示结果

java - 在java中将.obj文件转换为.pdf3D

c# - 如何在 C# 中使用与 HTML 代码相同的布局即时生成 PDF

python - 使用 Python 将 Pandas DataFrame 导出为 PDF 文件

mysql - CFWheels:在 WHERE 子句中使用 SQL 函数?

apache - Linux/Apache 上的 ColdFusion 稳定吗?

php - 从包含 CSS 的 PHP/HTML 文件生成 PDF