将文件夹下全部pdf变成黑白的脚本

#!/bin/bash for file in ./*.pdf do echo "$file" gs -o black+white.pdf -sDEVICE=pdfwrite -dPDFSETTINGS=/prepress -sColorConversionStrategy=Gray -sColorConversionStrategyForImages=Gray -sProcessColo
相关文章
相关标签/搜索