convert produces pdf with red background?

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
erinspice

convert produces pdf with red background?

Post by erinspice »

Forgive me if this is a known issue or frequent question. I did a google search and only found results pertaining to printing pdfs with red backgrounds, and a search of this forum yielded no results.

I'm using "convert" to crop pdfs from legal size to A4 with this command:

convert -crop 612x770 input.pdf output.pdf

When viewed in evince, my input pdf looks just fine, but my output.pdf, while cropped correctly, has a bright red background. How can I get rid of this?
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: convert produces pdf with red background?

Post by anthony »

It would probably help to at least add a +0+0 to the crop, or you will be doing a tile crop!
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply