UPS is so annoying. The UPS developer's guide is in a 9MB PDF file. When
I open it with xpdf(1) I get a (1) page PDF that states I need to
download the the latest Adobe crapware to view it.
How can I get around this? Why does xpdf even abide?
I tried the following gs(1) command hoping it would convert it, but
failed with an unrecoverable error (I can paste the error output here if
someone thinks it will be helpful):
gs -dNOPAUSE -dSAFER -dBATCH -sDEVICE=pdfwrite -sOutputFile=foo.pdf
guide.pdf
I also tried without the options, NOPAUSE, etc.
Any suggestions?