You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user/installation.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,14 @@ install PyPDF2 for your current user:
20
20
pip install --user PyPDF2
21
21
```
22
22
23
+
If you plan to use PyPDF2 for encrypting or decrypting PDFs that use AES, you
24
+
will need to install some extra dependencies. Encryption using RC4 is supported
25
+
using the regular installation.
26
+
27
+
```
28
+
pip install PyPDF2[crypto]
29
+
```
30
+
23
31
## Anaconda
24
32
25
33
Anaconda users can [install PyPDF2 via conda-forge](https://anaconda.org/conda-forge/pypdf2).
0 commit comments