example:3d
gswin32 -dSAFER -dBATCH -dNOPAUSE -r300 -dTextAlphaBits=4 -dGraphicsAlphaBits=4 -sDEVICE=jpeggray -sOutputFile=test%03d.jpg -dFirstPage=102 -dLastPage=103 ori.pdf
-sDEVICE 支持 PNG, JPEG, TIFF, PNM, FAX, BMP, PCX, PSD 固然也有 pdfwrite, pswrite, epswriteit
-r300 表示轉出來的圖像的解析度(resolution)是 300dpiio
gswin32 還支持 antialiasing ,能夠根據 pdf 的字和圖形各別作轉化:ast
-dTextAlphaBits=n : 用來支持文字的 antialiasing
-dGraphicsAlphaBits=n : 用來支持圖形的 antialiasing
這兩個 n 能夠給到 4 就有能夠接受的效果了。pdf
若是文件自己不是彩色的,能夠用 pnggray 或 jpeggray ,能夠快一點。 %03d 用來編號,這樣就會變成數字以 001, 002, … 一直下去。test