convert pdf to image, by ghostscript
or ImageMagick
.
install imagick
-
下载pkg安装目录在
/opt/
; -
ImageMagick 需要配置环境变量:
export PKG_CONFIG_PATH=/opt/ImageMagick/lib/pkgconfig
- 需要安装X11 ==> https://www.xquartz.org
也可以通过port安装:
sudo port install ghostscript
sudo port install ImageMagick
port安装: 下载 Macports