Url 출력 타입 » 이력 » 버전 1
김 미진, 2025/04/22 09:59
1 | 1 | 김 미진 | h1. Url 출력 타입 |
---|---|---|---|
2 | |||
3 | 출력일 경우에는 미리보기하는 url뒤에 변수를 추가하여 호출하면 직접 출력이 가능 |
||
4 | |||
5 | 예: cpt파일을 프리뷰하지않고 직접 pdf로 출력하려면 |
||
6 | http://localhost:8075/webroot/decision/view/report?viewlet=GettingStarted.cpt&format=pdf |
||
7 | |||
8 | *PDF* : &format=pdf |
||
9 | |||
10 | *EXCEL* |
||
11 | 페이지별 출력:&format=excel |
||
12 | 그대로 출력:&format=excel&extype=simple |
||
13 | 페이지가 sheet별로:&format=excel&extype=sheet |
||
14 | |||
15 | *WORD* : &format=word |
||
16 | |||
17 | *이미지* |
||
18 | *JPG* :&format=image&extype=JPG |
||
19 | *PNG* :&format=image&extype=PNG |
||
20 | *GIF* :&format=image&extype=GIF |
||
21 | *BMP* :&format=image&extype=BMP |
||
22 | |||
23 | *텍스트 파일* : &format=text |
||
24 | *SVG* : &format=svg |
||
25 | *CSV* : &format=csv |