.net : PDF to jpg

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: .net : PDF to jpg

Post by fmw42 »

I am no expert, but is the PDF in RGB or CMYK format?

If the latter, try

convert -colorspace rgb input.pdf .... output.jpg

see the recent post:

viewtopic.php?f=1&t=12145

and the other posts referenced.
Post Reply