2009-12-23 3 views

답변

6

<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

정상적으로 작동하는 경우, 이러한 기본 질문에 대해 사과드립니다. 나는 꽤 많은 단계가 있고 어쩌면 자바가 관련되어 있다고 가정하고 있었다. 감사합니다. 감사합니다. 나는 시험 할 것이고 당신에게 돌아갈 것이다. :-) –

+2

@ Dan - 우리가 더 복잡한 것을 원한다면 다른 언어로 예제를 게시 할 수 있습니다.) – Leigh

0

어도비는 PDF 파일에 대한 지원의 꽤 많이 추가 된 PDF 문서에 페이지의 썸네일을 생성 ColdFusion에서 Macromedia를 인수 한 후 따라서 PDF를 인쇄하고 조작 할 수도 있습니다.

관련 문제