Page 1 of 1

Cut/break PDF page into pieces

Posted: 2010-06-05T09:09:54-07:00
by myspacee
Hello to all,
is possible to cut/break PDF page into small pieces ?

I need to automate some process, and want to pass cut parameter to imagemagick:
http://www.webalice.it/t.bavaro/cutpdf.JPG

Image


onother request, if Imagemagick keep pdf text when manipulate .PDF files ?


thank you for any info,

m.

Re: Cut/break PDF page into pieces

Posted: 2010-06-05T09:15:09-07:00
by snibgo
"-crop" will crop images.

ImageMagick manipulates raster images, so it converts any text to raster (ie pixels). If you want to crop a PDF file while retaining text as text, ImageMagick can't do this (as far as I know).