Page 1 of 1

intelligent pdf resize?

Posted: 2010-10-16T10:56:09-07:00
by iaw4
I have a multipage pdf file, which I want to shrink from 8.25 x 11 to 8 x 10. (createspace does not know about letter paper. grrrr...). presumably,

Code: Select all

  mogrify -resize 90% file.pdf
unfortunately, after some warnings that OSX Quartz screwed up some stuff ( **** Warning: considering '0000000000 00000 n' as a free entry ), the mogrified file is wholly different. It has grown from 6MB to 60MB. I thought postscript and pdf could be scaled just with a few commands. I presume the problem is that imagemagick first converts it into an internal format and then writes it out again.

Does anyone know of a utility that can do pdf resizing under OSX or linux?

/iaw

Re: intelligent pdf resize?

Posted: 2010-10-16T11:38:25-07:00
by fmw42

Re: intelligent pdf resize?

Posted: 2010-10-16T16:51:19-07:00
by anthony
That last like is most important.

IM is not a vector image processor. Generating a PDF to a PDF is NOT a good idea.

Acroread print function generally handles 'shrink to fit paper' very well. It is free!!!