반응형
프로젝트들의 특성상 웹페이지를 저장보관해야하는 프로젝트들이 많이 존재한다.
이런경우에 많이 쓰던 방법이 MHT 로 변환해서 사용을 하던가 PDF 변환 솔루션을 이용하여 변환하는 방법을 사용하곤 했다.
이러던 차에 PDF 컴포넌트를 구매하려고 하다가 GPL 컴포넌트가 있어 테스트좀 해볼려구 한다.
http://code.google.com/p/wkhtmltopdf/
실행 예제
Examples
This section presents a number of examples of how to invoke wkhtmltopdf.
To convert a remote HTML file to PDF:
wkhtmltopdf http://www.google.com google.pdf
To convert a local HTML file to PDF:
wkhtmltopdf my.html my.pdf
You can also convert to PS files if you like:
wkhtmltopdf my.html my.ps
Produce the eler2.pdf sample file:
wkhtmltopdf http://geekz.co.uk/lovesraymond/archive/eler-highlights-2008 eler2.pdf -H --outline
반응형
'IT 관련 이야기' 카테고리의 다른 글
Test Lab Guide (0) | 2014.02.17 |
---|---|
이미지 수정할때....매우 좋음.. (0) | 2013.04.27 |
무서운 구글 (0) | 2010.11.02 |
Publishing Exchange Server 2007 with ISA Server 2006 (0) | 2008.04.02 |
Windows Live Writer 를 이용하여 블로그를 작성합니다. (1) | 2008.03.13 |