Convert from PDF to a RAS (Single file)

The command line below specifies the input (/S) and output (/T) files. It also converts all pages (/1 *) and uses 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.RAS"   /1 *   /5 200   /V

See Also:

  Command Line Examples

  All Command Line Switches