qpdf unable to output to stdout

223 views Asked by At

I am trying to write qpdf output to stdout.

qpdf --empty --pages 1.pdf 1 2.pdf 2 -- /dev/stdout

But it says open /dev/stdout: Permission denied.

Why qpdf can not write the output to stdout? Does it require random access in the output file to successfully write the output? Thanks.

0

There are 0 answers