ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • chm to pdf
    2013. 1. 6. comments



    http://code.google.com/p/chm2pdf/


    chm2pdf는 윈도우 chm 포맷 파일을 pdf로 변환해주는 유틸리티이다. 최근에는 구글 드라이브에 문서를 넣어두고 모바일환경이나 윈도우환경이 아닌 곳에서 문서를 종종보는데, 몇몇 문서가 chm 포맷으로 되어 있어 열수가 없기 때문에 변환툴을 찾아보았다. 오픈소스이고 몇개 파일을 변화해보니 안정적으로 동작했다.



    설치

    sudo apt-get install chm2pdf




     사용법

    /usr/bin/chm2pdf (--book / --webpage) [options] input_filename [output_filename]


    Either '--book' or '--webpage' MUST be given! Only one of the two options can be present, not both!


    chm2pdf supports most command line htmldoc options. For a full summary usage, type chm2pdf --help at the command line.



    test.chm이란 파일이 있을 때, 아래와 같이 명령을 내리면 test.pdf라는 파일이 변환되서 생성된다. 생각보다 간단하다.

    chm2pdf --book test.chm test.pdf



    반응형

    댓글

Designed by Tistory.