Search found 5 matches

by atani
2018-12-04T13:00:59-07:00
Forum: Users
Topic: Error converting PDF
Replies: 3
Views: 6657

Re: Error converting PDF

And the

Code: Select all

convert -density XX -colorspace sRGB image.pdf -density YY image.jpg
comand options do work.
by atani
2018-12-04T13:00:03-07:00
Forum: Users
Topic: Error converting PDF
Replies: 3
Views: 6657

Re: Error converting PDF

Yeah we have a really old system that we're trying to update step by step. I'm updating the /etc/ImageMagick/policy.xml and as I make changes I see them reflected in the output of identify -list policy . # convert -version Version: ImageMagick 6.7.7-10 2018-09-28 Q16 http://www.imagemagick.org Copyr...
by atani
2018-11-30T22:10:13-07:00
Forum: Users
Topic: Error converting PDF
Replies: 3
Views: 6657

Error converting PDF

I'm running ubuntu 14.04 and have imagemagick 6.77 and ghostscript 9.26 installed and am trying to extract the first page of some PDFs to a JPEG, basically grabbing the first page as a JPG. I've allowed "read" to the "delegate" domain for the various postscript file formats in po...
by atani
2018-11-28T10:30:21-07:00
Forum: PerlMagick
Topic: Creating an image of first page of PDF - jagged text.
Replies: 3
Views: 44518

Re: Creating an image of first page of PDF - jagged text.

Thanks for that recommendation. Is it possible for the "-background White" operation to change a PDF's existing background from some other color to White - i.e. can a PDF have a background color other than transparent or White (the file I'm currently using apparently has a white background...
by atani
2018-11-21T11:50:35-07:00
Forum: PerlMagick
Topic: Creating an image of first page of PDF - jagged text.
Replies: 3
Views: 44518

Creating an image of first page of PDF - jagged text.

Hi all, I've been using Image::Magick (v6.6.0) to create a thumbnail JPG image of the first page of a PDF with good results for years. Now I'd like to upgrade the base version of Imagemagick (v6.77) but when doing so the resulting image has very jagged text. The same is true when comparing the resul...