Bug#979947: qpdf: can't read password from stdin

2021-01-12 Thread Jay Berkenbilt
The @ syntax doesn't work in the middle of an argument. You can put --password=something in a file and use @file in place of the whole argument, or you can use @- and type --password=something I'll admit that it's a bit confusingly worded. I will clarify the documentation about this and see

Bug#979947: qpdf: can't read password from stdin

2021-01-12 Thread Jakub Wilk
Package: qpdf Version: 10.1.0-1 The QPDF Manual reads: --password=password Specifies a password for accessing encrypted files. Note that you can use @filename or @- as described above to put the password in a file or pass it via standard input so you can avoid specifying it on the