mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-11 07:30:57 +00:00
Manual: use proper character for >=
This commit is contained in:
parent
211f1fdfe1
commit
c529c28df6
@ -236,7 +236,7 @@ cases. A value of 1 indicates that the permission is granted.
|
|||||||
- Meaning
|
- Meaning
|
||||||
|
|
||||||
- - 3
|
- - 3
|
||||||
- for ``R`` = 2 printing; for ``R`` >= 3, printing at low
|
- for ``R`` = 2 printing; for ``R`` ≥ 3, printing at low
|
||||||
resolution
|
resolution
|
||||||
|
|
||||||
- - 4
|
- - 4
|
||||||
@ -252,7 +252,7 @@ cases. A value of 1 indicates that the permission is granted.
|
|||||||
if bit 4 is also set, create or modify interactive form fields
|
if bit 4 is also set, create or modify interactive form fields
|
||||||
|
|
||||||
- - 9
|
- - 9
|
||||||
- for ``R`` >= 3, fill in interactive form fields even if bit 6 is
|
- for ``R`` ≥ 3, fill in interactive form fields even if bit 6 is
|
||||||
clear
|
clear
|
||||||
|
|
||||||
- - 10
|
- - 10
|
||||||
@ -262,12 +262,12 @@ cases. A value of 1 indicates that the permission is granted.
|
|||||||
it is set regardless of its value
|
it is set regardless of its value
|
||||||
|
|
||||||
- - 11
|
- - 11
|
||||||
- for ``R`` >= 3, assemble document including inserting, rotating,
|
- for ``R`` ≥ 3, assemble document including inserting, rotating,
|
||||||
or deleting pages or creating document outlines or thumbnail
|
or deleting pages or creating document outlines or thumbnail
|
||||||
images
|
images
|
||||||
|
|
||||||
- - 12
|
- - 12
|
||||||
- for ``R`` >= 3, allow printing at full resolution
|
- for ``R`` ≥ 3, allow printing at full resolution
|
||||||
|
|
||||||
.. _qpdf-P:
|
.. _qpdf-P:
|
||||||
|
|
||||||
@ -309,51 +309,51 @@ to ``P`` based on the various settings of different security options.
|
|||||||
- ``--accessibility=n``
|
- ``--accessibility=n``
|
||||||
- 10
|
- 10
|
||||||
|
|
||||||
- - R >= 4
|
- - R ≥ 4
|
||||||
- ``--accessibility=n``
|
- ``--accessibility=n``
|
||||||
- ignored
|
- ignored
|
||||||
|
|
||||||
- - R >= 3
|
- - R ≥ 3
|
||||||
- ``--extract=n``
|
- ``--extract=n``
|
||||||
- 5
|
- 5
|
||||||
|
|
||||||
- - R >= 3
|
- - R ≥ 3
|
||||||
- ``--print=none``
|
- ``--print=none``
|
||||||
- 3, 12
|
- 3, 12
|
||||||
|
|
||||||
- - R >= 3
|
- - R ≥ 3
|
||||||
- ``--print=low``
|
- ``--print=low``
|
||||||
- 12
|
- 12
|
||||||
|
|
||||||
- - R >= 3
|
- - R ≥ 3
|
||||||
- ``--modify=none``
|
- ``--modify=none``
|
||||||
- 4, 6, 9, 11
|
- 4, 6, 9, 11
|
||||||
|
|
||||||
- - R >= 3
|
- - R ≥ 3
|
||||||
- ``--modify=assembly``
|
- ``--modify=assembly``
|
||||||
- 4, 6, 9
|
- 4, 6, 9
|
||||||
|
|
||||||
- - R >= 3
|
- - R ≥ 3
|
||||||
- ``--modify=form``
|
- ``--modify=form``
|
||||||
- 4, 6
|
- 4, 6
|
||||||
|
|
||||||
- - R >= 3
|
- - R ≥ 3
|
||||||
- ``--modify=annotate``
|
- ``--modify=annotate``
|
||||||
- 4
|
- 4
|
||||||
|
|
||||||
- - R >= 3
|
- - R ≥ 3
|
||||||
- ``--assemble=n``
|
- ``--assemble=n``
|
||||||
- 11
|
- 11
|
||||||
|
|
||||||
- - R >= 3
|
- - R ≥ 3
|
||||||
- ``--annotate=n``
|
- ``--annotate=n``
|
||||||
- 6
|
- 6
|
||||||
|
|
||||||
- - R >= 3
|
- - R ≥ 3
|
||||||
- ``--form=n``
|
- ``--form=n``
|
||||||
- 9
|
- 9
|
||||||
|
|
||||||
- - R >= 3
|
- - R ≥ 3
|
||||||
- ``--modify-other=n``
|
- ``--modify-other=n``
|
||||||
- 4
|
- 4
|
||||||
|
|
||||||
@ -391,7 +391,7 @@ password prompt is given. Creating a file with an empty owner password
|
|||||||
is like creating a file with the same owner and user password: there
|
is like creating a file with the same owner and user password: there
|
||||||
is no way to open the file as an owner.
|
is no way to open the file as an owner.
|
||||||
|
|
||||||
For ``V`` >= 5, the main encryption key is independently encrypted
|
For ``V`` ≥ 5, the main encryption key is independently encrypted
|
||||||
using the user password and the owner password. There is no way to
|
using the user password and the owner password. There is no way to
|
||||||
recover the user password from the owner password. Restrictions are
|
recover the user password from the owner password. Restrictions are
|
||||||
imposed or not depending on which password was used. In this case, the
|
imposed or not depending on which password was used. In this case, the
|
||||||
|
Loading…
Reference in New Issue
Block a user