Created
November 16, 2020 20:35
-
-
Save hoogenm/e0cc80664b5cddfc51193d395246bb20 to your computer and use it in GitHub Desktop.
PDF to rasterized (image) PDF
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Note: filenames are fixed, replace before use | |
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.5 -dPDFSETTINGS=/prepress -dNOPAUSE -dQUIET -dBATCH -sOutputFile=ae.pdf ae2.pdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment