The command line below specifies the input (/S) and output (/T) files. It also converts all PDF pages (/1 *), specifies 75% Quality (/4 75) and 200 DPI Resolution (/5 200). Lastly, the /V switch is used to give on-screen confirmation of how the conversion went.
ConvertPDFToImage.exe /S "C:\Input\Coffee.pdf" /T "C:\Output\Cream.jpg" /1 * /4 75 /5 200 /V
See Also: