new imagemagick user

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
ehabbizary
Posts: 2
Joined: 2011-03-26T03:57:19-07:00
Authentication code: 8675308

new imagemagick user

Post 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
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: new imagemagick user

Post 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
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: new imagemagick user

Post by anthony »

Also see
http://www.imagemagick.org/Usage//text/#postscript

Yes those examples are for postscript but they are equally valid for PDF
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
ehabbizary
Posts: 2
Joined: 2011-03-26T03:57:19-07:00
Authentication code: 8675308

Re: new imagemagick user

Post 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
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: new imagemagick user

Post 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 ?
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: new imagemagick user

Post 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
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply