add a note to pdfa.sh

This commit is contained in:
Mirek Kratochvil 2021-07-20 12:20:22 +02:00
parent 7e92a45345
commit 7f4cd04d50

View File

@ -14,6 +14,12 @@ gs -dPDFA=1 \
-sOutputFile="pdfa-$1" \ -sOutputFile="pdfa-$1" \
"$1" "$1"
# note: PDFACompatibilityPolicy=3 actually doesn't exist. A bug in ghostscript # Notes:
#
# PDFACompatibilityPolicy=3 actually doesn't exist. A bug in ghostscript
# interprets is as something between 1 and 2, without unnecessary failing on # interprets is as something between 1 and 2, without unnecessary failing on
# various dumb errors. # various dumb errors.
#
# Add -dNoOutputFonts if you absolutely totally need to get rid of fonts in a
# figure PDF. Do not do that for the whole thesis though-- a thesis with
# removed font glyphs is not submittable!