wounded in the line of duty
The obvious approach would be to wrap the command in a shell script, and then redirect pdftohtml's stderr to /dev/null.
#! /bin/sh # my-pdftohtml pdftohtml -q -p -hidden -nodrm -stdout "$@" 2>/dev/null
More information about formatting options
Mollom has blocked 228448 form submissions in the last 1 year 49 weeks. That’s an average of 321.8 a day.
Wrap it in a shell script
The obvious approach would be to wrap the command in a shell script, and then redirect pdftohtml's stderr to /dev/null.
#! /bin/sh
# my-pdftohtml
pdftohtml -q -p -hidden -nodrm -stdout "$@" 2>/dev/null