Page 1 of 1

new imagemagick user

Posted: 2011-03-26T04:00:55-07:00
by ehabbizary
just want a full example how to convert pdf file to jpg
and any requires for that

and how to download the imagemagick in server or local host
please i want help

thanks all

Re: new imagemagick user

Posted: 2011-03-26T10:04:45-07:00
by fmw42
convert -density XX image.pdf -quality image.jpg

see http://www.imagemagick.org/Usage/formats/#pdf

also see http://www.imagemagick.org/script/binary-releases.php for binary release or http://www.imagemagick.org/download/www ... .html#unix for compiling from source

Re: new imagemagick user

Posted: 2011-03-27T00:39:12-07:00
by anthony
Also see
http://www.imagemagick.org/Usage//text/#postscript

Yes those examples are for postscript but they are equally valid for PDF

Re: new imagemagick user

Posted: 2011-03-27T03:17:57-07:00
by ehabbizary
thanks for every thing
but the link that contains examples is broken

and i wanna a simple example
and so i dont understand anything of installing it :)
thenks another time

Re: new imagemagick user

Posted: 2011-03-27T05:15:31-07:00
by Bonzo
just want a full example how to convert pdf file to jpg

Code: Select all

convert -density 300 file.pdf file.jpg
and any requires for that
You need Imagemagick and Ghostscript.
and how to download the imagemagick in server or local host
please i want help
How about a hint on what operating system you are using ?

Re: new imagemagick user

Posted: 2011-03-27T15:18:18-07:00
by anthony
ehabbizary wrote:thanks for every thing
but the link that contains examples is broken
Link fixed. "Sorry 'bout that Chief! Missed it by that much!"
Repeating
http://www.imagemagick.org/Usage/text/#postscript