Changes between Initial Version and Version 1 of jazz/13-01-30
- Timestamp:
- Jan 30, 2013, 12:24:09 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/13-01-30
v1 v1 1 = 2013-01-30 = 2 3 == 從 PDF 抽出圖檔 == 4 5 * [參考] [http://ubuntugenius.wordpress.com/2012/02/04/how-to-extract-images-from-pdf-documents-in-ubuntulinux/ How to Extract Images from PDF Documents in Ubuntu/Linux] 6 {{{ 7 ~$ sudo apt-get install poppler-utils 8 ## pdfimages -j '來源.pdf' 圖檔命名-prefix 9 ~$ pdfimages -j 'Cool Pix of 2011.pdf' cool2011 10 }}}