Convert PDF to JPG
This is a pretty limited use case, probably something that will never be needed, but if you need to convert a PDF file to a JPG image, you may be able to do it with this command:
convert.exe -verbose -density 125 c:\temp\myfile.pdf -quality 100 c:\temp\myfile.jpg
Prerequisites
- ImageMagick
- Ghostscript
- VC++ 2013 redistributable
Comments
Post a Comment