8 lines
394 B
Text
8 lines
394 B
Text
pypdf is a free and open-source pure-python PDF library capable of splitting,
|
|
merging, cropping, and transforming the pages of PDF files.
|
|
It can also add custom data, viewing options, and passwords to PDF files.
|
|
pypdf can retrieve text and metadata from PDFs as well.
|
|
|
|
Optional dependencies:
|
|
* graphics/py-Pillow: for image extraction
|
|
* security/py-cryptodome: for AES encryption or decryption
|