- Code: Select all
convert -scale 2000x1000 file.pdf hi-res%d.jpg
convert -scale 1000x500 file.pdf lo-res%d.jpg
It does creates a 1000x500 and 2000x1000 jpg for each page of the pdf, but both images are identical in definition. I mean, the hi-res image is just a pixelated scaled-up version of the lo-res one, even the text, wich should not be afected by resolution as far as I know.
Is there just a limit in the resolution that can be achieved converting a pdf into jpg??
