]> Sergey Matveev's repositories - dotfiles.git/blob - bin/bin/pdfa.sh
Allow indentation of @DOCSTRING@
[dotfiles.git] / bin / bin / pdfa.sh
1 #!/bin/sh
2
3 gs \
4     -dPDFA=1 \
5     -dBATCH \
6     -dNOPAUSE \
7     -sDEVICE=pdfwrite \
8     -sColorConversionStrategy=DeviceRGB \
9     -sOutputFile="$1".pdf "$1"