ImageMagik PDF manipulation rotate, thumbnail, problems

Gary Stainburn gary.stainburn at ringways.co.uk
Tue Dec 4 15:02:49 UTC 2012


On Tuesday 04 December 2012 12:01:57 Tethys wrote:
> Use the right tool for the job, which in this case isn't ImageMagick:
>
> 	pdftk $1 cat 1-endS output $2
>
> In general, ImageMagick is rarely the right option anyway. Here, pdftk
> is better for manipulating pdf files, and netpbm is usually better for
> images. I'd be using pdftoppm to create the thumbnails, for example
> (although it would need a small script to convert them to a more suitable
> format afterwards -- either png or jpg).
>
> Tet

Thanks for this Tet, works a treat.

Also doesn't balloon the file size like convert did.

Gary
-- 
Gary Stainburn
Group I.T. Manager
Ringways Garages
http://www.ringways.co.uk 


More information about the users mailing list