wiki:jazz/12-01-13
close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_repos.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.

2012-01-13

PDF2PNG

  • <參考> convert pdf2png forcing page size
    ~$ convert <PDF 來源檔名> <PNG 目標檔名>
    
    • 如果要更改解析度可以用 -resize
      ~$ convert <PDF 來源檔名> -resize 新的解析度 <PNG 目標檔名>
      
    • 如果要更改方向,可以用 -rotate
Last modified 14 years ago Last modified on Jan 13, 2012, 10:33:23 AM