Update PDF_A Howto authored by Axel Dürkop's avatar Axel Dürkop
......@@ -23,5 +23,6 @@
## EOL-Fehler fixen
gs -sDEVICE=pdfwrite -dBATCH -dNOPAUSE -dSAFER -dEmbedAllFonts=true -dPrinted=true -dPDFA -dPDFACompatibilityPolicy=1 -
dDetectDuplicateImages -r150 -dFastWebView=true -sOutputFile=output.pdf tekethics_booklet_nocover_en.pdf
\ No newline at end of file
Nach dem Generieren des PDFs mit pandoc beseitigt dies den EOL-Fehler (https://unix.stackexchange.com/questions/302101/ghostscript-qpdf-and-pdf-a-1b-validation-how-to-add-eol-separator-before-ends).
gs -sDEVICE=pdfwrite -dBATCH -dNOPAUSE -dSAFER -dEmbedAllFonts=true -dPrinted=true -dPDFA -dPDFACompatibilityPolicy=1 -dDetectDuplicateImages -r150 -dFastWebView=true -sOutputFile=output.pdf tekethics_booklet_nocover_en.pdf
\ No newline at end of file