- install GhostScript first
- run the following script. change
gs
togswin32c
if you are working on Windows
gs -dNOPAUSE -q -r600x600 -sDEVICE=tiffg4 -dBATCH -sOutputFile=output.tif input.pdf
-r
means the resolution.-sDEVICE=tiffg4
is for black and white pictures. If you want to generate color picture, try-sDEVICE=tiff32nc
.- If you cannot find the
tiffg4
ortiff32nc
, rungs --help
to get the list of all available devices on your machine.
You may try this PDF converter, it can help you convert PDF file to MS word file, tiff, image, txt, html file, etc. My friends recommend it to me, it’s easy to use and works pretty well for me.
http://www.pdftoworddoc.com/pdf-converter.html
Hope it helps. Contact me if you have any other question.