Created
June 24, 2020 05:53
-
-
Save Meshugah/86845bf8367d8d46feb327ae26cb9ddf to your computer and use it in GitHub Desktop.
Invert PDF gist
This file contains 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
gs -o inverted.pdf \ | |
-sDEVICE=pdfwrite \ | |
-c "{1 exch sub}{1 exch sub}{1 exch sub}{1 exch sub} setcolortransfer" \ | |
-f input.pdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment