Search found 2 matches

by Laurent
2011-03-31T01:06:29-07:00
Forum: Users
Topic: Convert PDF -> PNG with the right size
Replies: 3
Views: 23176

Re: Convert PDF -> PNG with the right size

convert -density 400 MyImage.pdf -resize 25% MyImage.png That makes the work even with -resize 300% ! Thanks It is possible to impose the size of the new picture in centimeters instead of pixels or proportion ? I didn't saw that on the page dedicated to resize My point is that the picture is ...
by Laurent
2011-03-30T10:02:49-07:00
Forum: Users
Topic: Convert PDF -> PNG with the right size
Replies: 3
Views: 23176

Convert PDF -> PNG with the right size

Hi all I have a PDF file containing one picture (which is very vectorial : it was produced by laTeX/pstrcicks). I'd like to have a PNG from it. First try : convert MyImage.pdf MyImage.png Problem : the image is too small (smaller than the original pdf) and then got ugly when resized. Second try ...