Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python-pypdf | Distribution: OpenMandriva Lx |
Version: 5.1.0 | Vendor: OpenMandriva |
Release: 1 | Build date: Sat Nov 9 16:10:10 2024 |
Group: Development/Python | Build host: altra-2.openmandriva.org |
Size: 2882631 | Source RPM: python-pypdf-5.1.0-1.src.rpm |
Packager: angrypenguin <angrypenguinpoland@gmail.com> | |
Url: https://github.com/py-pdf/pypdf | |
Summary: Pure-Python PDF toolkit |
A Pure-Python library built as a PDF toolkit. It is capable of: * extracting document information (title, author, ...), * splitting documents page by page, * merging documents page by page, * cropping pages, * merging multiple pages into a single page, * encrypting and decrypting PDF files.
BSD
/usr/lib/python3.11/site-packages/pypdf /usr/lib/python3.11/site-packages/pypdf-5.1.0.dist-info /usr/lib/python3.11/site-packages/pypdf-5.1.0.dist-info/INSTALLER /usr/lib/python3.11/site-packages/pypdf-5.1.0.dist-info/LICENSE /usr/lib/python3.11/site-packages/pypdf-5.1.0.dist-info/METADATA /usr/lib/python3.11/site-packages/pypdf-5.1.0.dist-info/RECORD /usr/lib/python3.11/site-packages/pypdf-5.1.0.dist-info/REQUESTED /usr/lib/python3.11/site-packages/pypdf-5.1.0.dist-info/WHEEL /usr/lib/python3.11/site-packages/pypdf-5.1.0.dist-info/direct_url.json /usr/lib/python3.11/site-packages/pypdf/__init__.py /usr/lib/python3.11/site-packages/pypdf/__pycache__ /usr/lib/python3.11/site-packages/pypdf/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/__pycache__/_cmap.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/__pycache__/_doc_common.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/__pycache__/_encryption.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/__pycache__/_merger.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/__pycache__/_page.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/__pycache__/_page_labels.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/__pycache__/_protocols.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/__pycache__/_reader.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/__pycache__/_utils.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/__pycache__/_version.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/__pycache__/_writer.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/__pycache__/_xobj_image_helpers.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/__pycache__/constants.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/__pycache__/errors.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/__pycache__/filters.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/__pycache__/pagerange.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/__pycache__/papersizes.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/__pycache__/types.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/__pycache__/xmp.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/_cmap.py /usr/lib/python3.11/site-packages/pypdf/_codecs /usr/lib/python3.11/site-packages/pypdf/_codecs/__init__.py /usr/lib/python3.11/site-packages/pypdf/_codecs/__pycache__ /usr/lib/python3.11/site-packages/pypdf/_codecs/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/_codecs/__pycache__/_codecs.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/_codecs/__pycache__/adobe_glyphs.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/_codecs/__pycache__/pdfdoc.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/_codecs/__pycache__/std.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/_codecs/__pycache__/symbol.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/_codecs/__pycache__/zapfding.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/_codecs/_codecs.py /usr/lib/python3.11/site-packages/pypdf/_codecs/adobe_glyphs.py /usr/lib/python3.11/site-packages/pypdf/_codecs/pdfdoc.py /usr/lib/python3.11/site-packages/pypdf/_codecs/std.py /usr/lib/python3.11/site-packages/pypdf/_codecs/symbol.py /usr/lib/python3.11/site-packages/pypdf/_codecs/zapfding.py /usr/lib/python3.11/site-packages/pypdf/_crypt_providers /usr/lib/python3.11/site-packages/pypdf/_crypt_providers/__init__.py /usr/lib/python3.11/site-packages/pypdf/_crypt_providers/__pycache__ /usr/lib/python3.11/site-packages/pypdf/_crypt_providers/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/_crypt_providers/__pycache__/_base.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/_crypt_providers/__pycache__/_cryptography.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/_crypt_providers/__pycache__/_fallback.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/_crypt_providers/__pycache__/_pycryptodome.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/_crypt_providers/_base.py /usr/lib/python3.11/site-packages/pypdf/_crypt_providers/_cryptography.py /usr/lib/python3.11/site-packages/pypdf/_crypt_providers/_fallback.py /usr/lib/python3.11/site-packages/pypdf/_crypt_providers/_pycryptodome.py /usr/lib/python3.11/site-packages/pypdf/_doc_common.py /usr/lib/python3.11/site-packages/pypdf/_encryption.py /usr/lib/python3.11/site-packages/pypdf/_merger.py /usr/lib/python3.11/site-packages/pypdf/_page.py /usr/lib/python3.11/site-packages/pypdf/_page_labels.py /usr/lib/python3.11/site-packages/pypdf/_protocols.py /usr/lib/python3.11/site-packages/pypdf/_reader.py /usr/lib/python3.11/site-packages/pypdf/_text_extraction /usr/lib/python3.11/site-packages/pypdf/_text_extraction/__init__.py /usr/lib/python3.11/site-packages/pypdf/_text_extraction/__pycache__ /usr/lib/python3.11/site-packages/pypdf/_text_extraction/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/_text_extraction/_layout_mode /usr/lib/python3.11/site-packages/pypdf/_text_extraction/_layout_mode/__init__.py /usr/lib/python3.11/site-packages/pypdf/_text_extraction/_layout_mode/__pycache__ /usr/lib/python3.11/site-packages/pypdf/_text_extraction/_layout_mode/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/_text_extraction/_layout_mode/__pycache__/_fixed_width_page.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/_text_extraction/_layout_mode/__pycache__/_font.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/_text_extraction/_layout_mode/__pycache__/_font_widths.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/_text_extraction/_layout_mode/__pycache__/_text_state_manager.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/_text_extraction/_layout_mode/__pycache__/_text_state_params.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/_text_extraction/_layout_mode/_fixed_width_page.py /usr/lib/python3.11/site-packages/pypdf/_text_extraction/_layout_mode/_font.py /usr/lib/python3.11/site-packages/pypdf/_text_extraction/_layout_mode/_font_widths.py /usr/lib/python3.11/site-packages/pypdf/_text_extraction/_layout_mode/_text_state_manager.py /usr/lib/python3.11/site-packages/pypdf/_text_extraction/_layout_mode/_text_state_params.py /usr/lib/python3.11/site-packages/pypdf/_utils.py /usr/lib/python3.11/site-packages/pypdf/_version.py /usr/lib/python3.11/site-packages/pypdf/_writer.py /usr/lib/python3.11/site-packages/pypdf/_xobj_image_helpers.py /usr/lib/python3.11/site-packages/pypdf/annotations /usr/lib/python3.11/site-packages/pypdf/annotations/__init__.py /usr/lib/python3.11/site-packages/pypdf/annotations/__pycache__ /usr/lib/python3.11/site-packages/pypdf/annotations/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/annotations/__pycache__/_base.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/annotations/__pycache__/_markup_annotations.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/annotations/__pycache__/_non_markup_annotations.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/annotations/_base.py /usr/lib/python3.11/site-packages/pypdf/annotations/_markup_annotations.py /usr/lib/python3.11/site-packages/pypdf/annotations/_non_markup_annotations.py /usr/lib/python3.11/site-packages/pypdf/constants.py /usr/lib/python3.11/site-packages/pypdf/errors.py /usr/lib/python3.11/site-packages/pypdf/filters.py /usr/lib/python3.11/site-packages/pypdf/generic /usr/lib/python3.11/site-packages/pypdf/generic/__init__.py /usr/lib/python3.11/site-packages/pypdf/generic/__pycache__ /usr/lib/python3.11/site-packages/pypdf/generic/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/generic/__pycache__/_base.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/generic/__pycache__/_data_structures.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/generic/__pycache__/_fit.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/generic/__pycache__/_image_inline.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/generic/__pycache__/_outline.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/generic/__pycache__/_rectangle.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/generic/__pycache__/_utils.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/generic/__pycache__/_viewerpref.cpython-311.pyc /usr/lib/python3.11/site-packages/pypdf/generic/_base.py /usr/lib/python3.11/site-packages/pypdf/generic/_data_structures.py /usr/lib/python3.11/site-packages/pypdf/generic/_fit.py /usr/lib/python3.11/site-packages/pypdf/generic/_image_inline.py /usr/lib/python3.11/site-packages/pypdf/generic/_outline.py /usr/lib/python3.11/site-packages/pypdf/generic/_rectangle.py /usr/lib/python3.11/site-packages/pypdf/generic/_utils.py /usr/lib/python3.11/site-packages/pypdf/generic/_viewerpref.py /usr/lib/python3.11/site-packages/pypdf/pagerange.py /usr/lib/python3.11/site-packages/pypdf/papersizes.py /usr/lib/python3.11/site-packages/pypdf/py.typed /usr/lib/python3.11/site-packages/pypdf/types.py /usr/lib/python3.11/site-packages/pypdf/xmp.py
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Jan 11 23:23:10 2025