Monday, March 22, 2010

Convert PDF to JPEG

GhostScript GPL/AFPL

From command line it will go like this:

gswin32c.exe -q -dBATCH -dMaxBitmap=300000000 -dNOPAUSE -dSAFER -sDEVICE=jpeg -dTextAlphaBits=4 -dGraphicsAlphaBits=4 -dFirstPage=1 -dLastPage=1 -sOutputFile="C:\test.jpg" "C:\test.pdf" -c quit

No comments:

Post a Comment