convert 180 Sheets PDF to jpg

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
prberater

convert 180 Sheets PDF to jpg

Post by prberater »

Hi ...

i have installed IM 6.2.4 and GS 8.15.3 on a debian etch 4.0.

I want to convert a 180 sheet PDF to JPG but i get the error: convert: Postscript delegate failed `file.pdf'.

My first idea was to crop the PDF with Acrobat smaller in smaller sheet peaces 1-30, 31-60, 61-90, 91-120, 121-150, 151-180.
The try to convert the PDF 1-30, succeded. I got 30 JPGs. When I tryed to convert a PDF 1-60 sheets, same error (see above).

I think the PDF is to big! Filesize is 12MB. Or has ImageMagick any limitation? I readed that GhostScript is the problem. Any ideas?

Thanx alot.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: convert 180 Sheets PDF to jpg

Post by magick »

Can you post a URL to your image. We need to download it and determine if the problem is with the PDF, with Ghostscript, or with ImageMagick.
prberater

Re: convert 180 Sheets PDF to jpg

Post by prberater »

Thanx alot for your support.

Here the URL: http://www.marcwolf.net/transfer/imagemagick/test.pdf

Greetings
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: convert 180 Sheets PDF to jpg

Post by magick »

The Postscript converted without complaint with this command:
  • convert -limit memory 1mb -limit map 2mb test.pdf image.jpg
We're using ImageMagick 6.5.2-1.

Does this command sequence work for you?
  • convert logo: logo.ps
    convert logo.ps logo.png
If not, its possible you do not have Ghostscript installed properly.
prberater

Re: convert 180 Sheets PDF to jpg

Post by prberater »

Hi...

@magic

u send me into the right way ...

iam using IM 6.2.4 ...

and this command works for me with really big PDFs:

convert -limit memory 64 -limit map 128 test.pdf image.jpg

Thanx alot for support
Post Reply