sudo apt-get install poppler-utils
or
sudo aptitude install poppler-utils
再來就是要用這個 pdf2html 來轉換 pdf 檔了, 執行的方式並不難,只要在 pdf2html 加入參數和來源與目的檔的名稱後,執行,那就會產出一堆的 html 和 PDF 裡的圖檔,以下是阿舍要將 xyz.pdf 轉成 html 並放到 abc 資料夾的指令,其中的 -c 是跟 pdf2html 說用複雜模式來產出 HTML,而 -p 是要把 PDF 檔的書籤轉換成超連結的意思哩 !!
pdf2html -c -p xyz.pdf /abc/xyz.html

0 意見:
張貼意見