2009-12-23 115 views

回答

6

生成的網頁縮略圖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

+0

如果這項工作,我很抱歉提出這樣一個基本問題。我假設會有不少步驟,甚至可能涉及一些Java。這可能相當令人印象深刻,謝謝!我會測試並回復你。 :-) – 2009-12-23 20:18:35

+2

@Dan - 如果你真的希望它更復雜,我們可以用另一種語言發佈一個例子;) – Leigh 2009-12-23 20:38:15

0

的Adobe加入了相當多的支持PDF文件中在他們接管Macromedia之後的ColdFusion中。所以你也可以打印PDF並操作它們。

相關問題