ubin/pdf-bw.sh

4 lines
70 B
Bash
Executable File

#!/bin/bash
convert -density 300 -colorspace GRAY "$1" "$1.gray.pdf"