Check if a file contains raster or vector elements? (pdf, eps, ai)
You could run this command on pdf files and check if anything raster exists on the file:
grep -c -i "/image" thisfile.pdf
You could run this command on pdf files and check if anything raster exists on the file:
grep -c -i "/image" thisfile.pdf