Search found 3 matches

by beeg
2012-12-20T12:52:55-07:00
Forum: Bugs
Topic: Thumbnail-ing a multi-page PDF w convert only creates 1 file
Replies: 4
Views: 7387

Re: Thumbnail-ing a multi-page PDF w convert only creates 1

see http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=22463#p93634 If your pdf has transparency, then IM can only handle one page. If your pdf has multiple pages and no transparency, then IM can process that. But each case needs a different sDEVICE edited into the delegates.xml fi...
by beeg
2012-12-20T11:15:15-07:00
Forum: Bugs
Topic: Thumbnail-ing a multi-page PDF w convert only creates 1 file
Replies: 4
Views: 7387

Re: Thumbnail-ing a multi-page PDF w convert only creates 1

Thanks for the suggestion Fred. Unfortunately it didn't make any difference using the modified command as I still get the exact same (single) output file. I am fairly certain that the PDF itself is not the issue, since I can process that same PDF with IM 6.5 on a different host and get the results I...
by beeg
2012-12-19T16:29:54-07:00
Forum: Bugs
Topic: Thumbnail-ing a multi-page PDF w convert only creates 1 file
Replies: 4
Views: 7387

Thumbnail-ing a multi-page PDF w convert only creates 1 file

Just upgraded to 6.8.0.7 and `convert -thumbnail 'x300>' -border 2x2 multipage.pdf outfile.png` only creates outfile.png instead of outfile-1.png, outfile-2.png, ...outfile-x.png like it used to. I have tested it on a few different versions of FreeBSD with the same results. I have 6.7.x on a few oth...