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
############ Adobe badness ############# | |
# In your operating system, create a postscript printer whose address is 127.0.0.1 | |
# Fake a postscript printer using netcat | |
$ nc -l 127.0.0.1 9100 > printout.ps | |
# Print your pdf using Adobe Reader to the postscript printer on 127.0.0.1 | |
# Netcat will diligently dump the printout to printout.ps as a postscript file |