My Name is Kay....

DIY , 먹방 , 개발 , 육아 , 여행 좋아합니다.
AdBlock 사용시 화면이 정상적으로 노출되지 않습니다.
포스팅 관련 문의 및 개발 문의는 Email : wkzkfmxksi@gmail.com

추가 포스팅이 이뤄지지 않는 블로그입니다. 문의는 wkzkfmxksi@gmail.com 으로 연락주세요.
etc
2013.03.08 21:29

웹에서 PDF 파일 생성

kay
조회 수 14951 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

ASP 페이지 혹은 웹 호출로 PDF 파일 생성하기 

Url : https://code.google.com/p/wkhtmltopdf/  (Download :  wkhtmltox-0.11.0_rc1-installer.exe )



<%@codepage = "65001"%>
<%session.codepage = "65001"%>
<%	
Response.CharSet = "utf-8" 
Response.AddHeader "Pragma","no-cache"
Response.AddHeader "Expires","0"

webUrl	= "호출할 페이지 URL"

fileNm = "파일명.pdf"
fileLocation = server.mappath("/") & "/생성될 경로/" & fileNm

Set Executor = Server.CreateObject("ASPExec.Execute")
Executor.Application = server.MapPath("/") & "/wkhtmltopdf.exe --encoding utf-8 " &  webUrl & " " & fileLocation
Executor.Parameters = ""
Executor.ShowWindow = True
strResult = Executor.ExecuteWinApp
set Executor = nothing

response.write fileNm
%>
<%session.codepage = "949"%>
?

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
31 etc undefinedNo XecureExpress PlugIn 22 file kay 2014.04.04 33393
30 etc USB 메모리 정보 확인( ChipGenius ) file kay 2013.12.19 24229
29 etc Windows 기본 프로그램 변경 ( 연결 프로그램 ) 2 file kay 2015.10.01 1878
28 etc Youtube 동영상 다운로드 2 file kay 2014.06.14 9927
27 etc 구글 검색 등록하기 file kay 2015.01.13 660
26 etc 국내 IPv4주소 목록 file kay 2013.04.23 3818
25 etc 기본에 충실한 무료 백업 프로그램 - " JDBackup " file kay 2014.09.03 4348
24 etc 다음(네이트) 검색 등록하기 file kay 2015.01.13 999
23 etc 리눅스 웹 호스팅 50% 반값 할인 프로모션 kay 2016.12.12 1804
22 etc 무료 캡쳐프로그램 - 픽픽 kay 2013.03.21 3811
21 etc 바코드 생성 file kay 2014.06.16 12766
20 etc 블로그 갈아타기 kay 2018.02.23 1324
19 etc 서버 모니터링 와탭 - whatap file kay 2015.04.29 1799
18 etc 세계 국가 도시 정보 (위경도,국가도시명,코드) kay 2013.04.17 9114
17 etc 스카이프 Skype 닫을때 작업표시줄 없애고 트레이로 보내기 ( MSN...등..) file kay 2013.11.26 5077
16 etc 실행파일 압축 UPX(Ultimate Packer for eXecutables) file kay 2013.08.22 6041
15 etc 옵G 개통일 확인 법 kay 2013.12.06 3176
14 etc 원격 데스크톱 연결 정보 삭제 kay 2015.03.31 829
13 etc 웹사이트 최적화 속도 개선, "Chrome PageSpeed" file kay 2014.03.04 4495
» etc 웹에서 PDF 파일 생성 kay 2013.03.08 14951
Board Pagination Prev 1 2 3 Next
/ 3