Skip to content

Instantly share code, notes, and snippets.

@stefan-huettemann
Created February 23, 2017 18:51
Show Gist options
  • Save stefan-huettemann/899d69391432ebc160291c2d5f2cd960 to your computer and use it in GitHub Desktop.
Save stefan-huettemann/899d69391432ebc160291c2d5f2cd960 to your computer and use it in GitHub Desktop.
Generate PDF A1b from PDF using Ghostscript
529 gs -dPDFA -dBATCH -dNOPAUSE -dUseCIEColor -sProcessColorModel=DeviceCMYK -sDEVICE=pdfwrite -sPDFACompatibilityPolicy=1 -sOutputFile=output_filename.pdf 2016-12-14_Hufstedt_Beate_1974-11-17_patient.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment