Commit c529c28df62172994d772032ba7f5d0f19252818

Authored by Jay Berkenbilt
1 parent 211f1fdf

Manual: use proper character for >=

Showing 1 changed file with 17 additions and 17 deletions
manual/encryption.rst
@@ -236,7 +236,7 @@ cases. A value of 1 indicates that the permission is granted. @@ -236,7 +236,7 @@ cases. A value of 1 indicates that the permission is granted.
236 - Meaning 236 - Meaning
237 237
238 - - 3 238 - - 3
239 - - for ``R`` = 2 printing; for ``R`` >= 3, printing at low 239 + - for ``R`` = 2 printing; for ``R`` 3, printing at low
240 resolution 240 resolution
241 241
242 - - 4 242 - - 4
@@ -252,7 +252,7 @@ cases. A value of 1 indicates that the permission is granted. @@ -252,7 +252,7 @@ cases. A value of 1 indicates that the permission is granted.
252 if bit 4 is also set, create or modify interactive form fields 252 if bit 4 is also set, create or modify interactive form fields
253 253
254 - - 9 254 - - 9
255 - - for ``R`` >= 3, fill in interactive form fields even if bit 6 is 255 + - for ``R`` 3, fill in interactive form fields even if bit 6 is
256 clear 256 clear
257 257
258 - - 10 258 - - 10
@@ -262,12 +262,12 @@ cases. A value of 1 indicates that the permission is granted. @@ -262,12 +262,12 @@ cases. A value of 1 indicates that the permission is granted.
262 it is set regardless of its value 262 it is set regardless of its value
263 263
264 - - 11 264 - - 11
265 - - for ``R`` >= 3, assemble document including inserting, rotating, 265 + - for ``R`` 3, assemble document including inserting, rotating,
266 or deleting pages or creating document outlines or thumbnail 266 or deleting pages or creating document outlines or thumbnail
267 images 267 images
268 268
269 - - 12 269 - - 12
270 - - for ``R`` >= 3, allow printing at full resolution 270 + - for ``R`` 3, allow printing at full resolution
271 271
272 .. _qpdf-P: 272 .. _qpdf-P:
273 273
@@ -309,51 +309,51 @@ to ``P`` based on the various settings of different security options. @@ -309,51 +309,51 @@ to ``P`` based on the various settings of different security options.
309 - ``--accessibility=n`` 309 - ``--accessibility=n``
310 - 10 310 - 10
311 311
312 - - - R >= 4 312 + - - R 4
313 - ``--accessibility=n`` 313 - ``--accessibility=n``
314 - ignored 314 - ignored
315 315
316 - - - R >= 3 316 + - - R 3
317 - ``--extract=n`` 317 - ``--extract=n``
318 - 5 318 - 5
319 319
320 - - - R >= 3 320 + - - R 3
321 - ``--print=none`` 321 - ``--print=none``
322 - 3, 12 322 - 3, 12
323 323
324 - - - R >= 3 324 + - - R 3
325 - ``--print=low`` 325 - ``--print=low``
326 - 12 326 - 12
327 327
328 - - - R >= 3 328 + - - R 3
329 - ``--modify=none`` 329 - ``--modify=none``
330 - 4, 6, 9, 11 330 - 4, 6, 9, 11
331 331
332 - - - R >= 3 332 + - - R 3
333 - ``--modify=assembly`` 333 - ``--modify=assembly``
334 - 4, 6, 9 334 - 4, 6, 9
335 335
336 - - - R >= 3 336 + - - R 3
337 - ``--modify=form`` 337 - ``--modify=form``
338 - 4, 6 338 - 4, 6
339 339
340 - - - R >= 3 340 + - - R 3
341 - ``--modify=annotate`` 341 - ``--modify=annotate``
342 - 4 342 - 4
343 343
344 - - - R >= 3 344 + - - R 3
345 - ``--assemble=n`` 345 - ``--assemble=n``
346 - 11 346 - 11
347 347
348 - - - R >= 3 348 + - - R 3
349 - ``--annotate=n`` 349 - ``--annotate=n``
350 - 6 350 - 6
351 351
352 - - - R >= 3 352 + - - R 3
353 - ``--form=n`` 353 - ``--form=n``
354 - 9 354 - 9
355 355
356 - - - R >= 3 356 + - - R 3
357 - ``--modify-other=n`` 357 - ``--modify-other=n``
358 - 4 358 - 4
359 359
@@ -391,7 +391,7 @@ password prompt is given. Creating a file with an empty owner password @@ -391,7 +391,7 @@ password prompt is given. Creating a file with an empty owner password
391 is like creating a file with the same owner and user password: there 391 is like creating a file with the same owner and user password: there
392 is no way to open the file as an owner. 392 is no way to open the file as an owner.
393 393
394 -For ``V`` >= 5, the main encryption key is independently encrypted 394 +For ``V`` 5, the main encryption key is independently encrypted
395 using the user password and the owner password. There is no way to 395 using the user password and the owner password. There is no way to
396 recover the user password from the owner password. Restrictions are 396 recover the user password from the owner password. Restrictions are
397 imposed or not depending on which password was used. In this case, the 397 imposed or not depending on which password was used. In this case, the