can you make this accept input from a pipe (stdin) ?
I wanted to do something like
curl "http://somedomain.com/sample.pdf" -o /dev/out | pdftohtml /dev/stdin
This of course returns an error. Any suggestions?
Log in to post a comment.