Mediabox and Cropbox in PDF

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
kuriansaji

Mediabox and Cropbox in PDF

Post by kuriansaji »

Hi,

I am adding images to PDF using imagick_convert function from Imagick library in PHP. In PDF their is a property called Media Box & Crop Box. I have to set coordinate for these boxes. Is any PHP function available to disable or set specific coordinate [0 0 0 0] or [0 0 1024 784] for these boxes while creating PDF using Imagick library?

Not sure this is the right place to post my question.

Thanks
Post Reply