[ 源代码: pypdf ]
软件包:python3-pypdf(3.4.1-1~bpo11+1)
Pure-Python library built as a PDF toolkit (Python 3)
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.
By being Pure-Python, it should run on any Python platform without any dependencies on external libraries. It can also work entirely on StringIO objects rather than file streams, allowing for PDF manipulation in memory. It is therefore a useful tool for websites that manage or manipulate PDFs.
This is the Python 3 version of the package.
其他与 python3-pypdf 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python
- 或者 python3 (>> 3.10)
- 交互式高级面向对象语言(默认 python3 版本)
-
- rec: python3-pil
- Python Imaging Library (Python3)
-
- rec: python3-pycryptodome
- cryptographic Python library (Python 3)