Reply to comment

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

Reply

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options