Code: Select all
convert -scale 2000x1000 file.pdf hi-res%d.jpg
convert -scale 1000x500 file.pdf lo-res%d.jpg
Is there just a limit in the resolution that can be achieved converting a pdf into jpg??
Code: Select all
convert -scale 2000x1000 file.pdf hi-res%d.jpg
convert -scale 1000x500 file.pdf lo-res%d.jpg
Code: Select all
convert -density 400 file.pdf -scale 2000x1000 hi-res%d.jpg
The trouble is my pdf do exist and is right beside convert.exe and well hi-res%d.jpg is missing since its supposed to create those... I guess. I don't know what I'm understanding wrong here because it seems really easy.Magick: Postscript delegate failed `energia.pdf': No such file or directory @ er
ror/pdf.c/ReadPDFImage/645.
Magick: missing an image filename `hi-res%d.jpg' @ error/convert.c/ConvertImageCom
mand/2949.