Skip to content

Instantly share code, notes, and snippets.

@cmpscabral
Last active October 15, 2019 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmpscabral/9b0e3edd5ba0fc85e981a05e98b3e76e to your computer and use it in GitHub Desktop.
Save cmpscabral/9b0e3edd5ba0fc85e981a05e98b3e76e to your computer and use it in GitHub Desktop.
convert PDF to PDF/a
gs -dPDFA -dBATCH -dNOPAUSE -dUseCIEColor -sProcessColorModel=DeviceCMYK -sDEVICE=pdfwrite -sPDFACompatibilityPolicy=1 -sOutputFile=output.pdf input.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment