Your pdf file is a vector file and has no size. It is controlled by setting the density before reading the pdf, which defaults to density 72. So the vector file is converted to a raster at low density. Going from vector to raster will definitely increase the file size. To get better quality, you should increase the density before reading the pdf and then if that is too big an image (WxH), then resize down by the same ratio of 72/density.
Code: Select all
convert -density 288 t.pdf -resize 25% output.jpg
Perhaps you should provide your input PDF file so we can test with it. You can upload to some place such as dropbox.com and put the URL here.
Please, always provide your IM version and platform when asking questions, since syntax may differ. Also provide your exact command line and if possible your images,
See the top-most post in this forum "IMPORTANT: Please Read This FIRST Before Posting" at
viewtopic.php?f=1&t=9620
For novices, see
viewtopic.php?f=1&t=9620
http://www.imagemagick.org/script/comma ... essing.php
http://www.imagemagick.org/Usage/reference.html
http://www.imagemagick.org/Usage/