How do I know if PDF pages are color or black-and-white?

后端 未结 7 1945
太阳男子
太阳男子 2021-01-30 02:02

Given a set of PDF files among which some pages are color and the remaining are black & white, is there any program to find out among the given pages which are color and whi

7条回答
  •  一个人的身影
    2021-01-30 02:59

    ImageMagick has some built-in methods for image comparison.

    http://www.imagemagick.org/Usage/compare/#type_general

    There are some Perl APIs for ImageMagick, so maybe if you cleverly combine these with a PDF to Image converter you can find a way to do your black & white test.

提交回复
热议问题