How to count color and b/w pages from pdf ?
Posted: Tue Jun 27, 2017 7:46 am
Hello Guys, I have a general question about count color and b/w pages from pdf ? In brief about this, I have implemented this functionality using imagick. What imagick(imagemagic) do is first convert each of pdf pages into image and checking into image whether colored or black/white.
It executed one command in for loop according to pdf pages which cause server down.
Please anyone can tell me solution of this question except IMAGICK.
I even used ghostscript but it counts gray page as color page so its not as much useful also used Verypdf and setasign but they are costly.
Please tell me solution over linux server that can count pages directly using command over linux server. Thanks. Gopal
It executed one command in for loop according to pdf pages which cause server down.
Please anyone can tell me solution of this question except IMAGICK.
I even used ghostscript but it counts gray page as color page so its not as much useful also used Verypdf and setasign but they are costly.
Please tell me solution over linux server that can count pages directly using command over linux server. Thanks. Gopal