I have a 100 page PDF document that I need to print. My print shop needs to be told which pages contain color. I don't want to scan manually. Is there a program that detects pages with color and can ouput the page number?
feedback
|
|
On Linux (and probably mac/other Unix), the following very short BASH script seems to do the trick:
Name the script something like This requires ImageMagick and probably Ghostscript to be installed. And it's not the speediest thing in the world. Sorry, I have no clue how to adapt this for Windows (without Cygwin or similar, anyway). | |||
feedback
|
|
We have a tool Rapid PDF Count that can count Color and BW/Gray pages in pdf's see: http://www.traction-software.co.uk/rapidpdfcount/index.html | |||||
feedback
|