in a simple shell script I'm trying to run this command:
cat /filelocation/myoutput.PDF | /opt/Adobe/Acrobat7.0/bin/acroread -toPostScript
Under most circumstances this is working. Occasionally however, I'm getting an error:
lp: standard input is empty
lp: request not accepted
Broken pipe
cat: Cannot write to output.
This seems to occur only under heavy loads where we're processing an extensive amount of pdfs recursively. (calling said shell command over and over with different files)