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
· Planet CentOS · Planet Drupal · Planet Grep
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