Cut/break PDF page into pieces

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
myspacee
Posts: 153
Joined: 2007-06-14T02:09:35-07:00

Cut/break PDF page into pieces

Post 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.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Cut/break PDF page into pieces

Post 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).
snibgo's IM pages: im.snibgo.com
Post Reply