added gs command for version conversion

This commit is contained in:
Tobias Kessels
2019-05-18 18:56:05 +02:00
parent c59ed8efb6
commit bd80ab4ed6

View File

@@ -56,3 +56,6 @@ pdftk <pdf-file> output fixed<original_filename>
##convert
#PDF - in TIFF Plätten
convert <pdf-file> <original_filename>.tiff
#PDF - Version Downgrade
gs -sDEVICE=pdfwrite -dCompatibilityLevel=<VERSION> -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf