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
new imagemagick user
-
- Posts: 2
- Joined: 2011-03-26T03:57:19-07:00
- Authentication code: 8675308
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: new imagemagick user
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
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
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: new imagemagick user
Also see
http://www.imagemagick.org/Usage//text/#postscript
Yes those examples are for postscript but they are equally valid for PDF
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/
https://imagemagick.org/Usage/
-
- Posts: 2
- Joined: 2011-03-26T03:57:19-07:00
- Authentication code: 8675308
Re: new imagemagick user
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
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
just want a full example how to convert pdf file to jpg
Code: Select all
convert -density 300 file.pdf file.jpg
You need Imagemagick and Ghostscript.and any requires for that
How about a hint on what operating system you are using ?and how to download the imagemagick in server or local host
please i want help
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: new imagemagick user
Link fixed. "Sorry 'bout that Chief! Missed it by that much!"ehabbizary wrote:thanks for every thing
but the link that contains examples is broken
Repeating
http://www.imagemagick.org/Usage/text/#postscript
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/