mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-03 07:12:28 +00:00
doc: point out use of @filename for specifying password (fixes #198)
This commit is contained in:
parent
15ed9f8565
commit
b8ccbff413
@ -310,7 +310,11 @@ make
|
||||
<term><option>--password=password</option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Specifies a password for accessing encrypted files.
|
||||
Specifies a password for accessing encrypted files. Note that
|
||||
you can use <option>@filename</option> or <option>@-</option>
|
||||
as described above to put the password in a file or pass it
|
||||
via standard input so you can avoid specifying it on the
|
||||
command line.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -243,6 +243,10 @@ Basic Options\n\
|
||||
rotate each specified page 90, 180, or 270 degrees\n\
|
||||
--split-pages=[n] write each output page to a separate file\n\
|
||||
\n\
|
||||
Note that you can use the @filename or @- syntax for any argument at any\n\
|
||||
point in the command. This provides a good way to specify a password without\n\
|
||||
having to explicitly put it on the command line.\n\
|
||||
\n\
|
||||
If none of --copy-encryption, --encrypt or --decrypt are given, qpdf will\n\
|
||||
preserve any encryption data associated with a file.\n\
|
||||
\n\
|
||||
|
Loading…
Reference in New Issue
Block a user