pypdf 4.0.2-1 source package in Ubuntu

Changelog

pypdf (4.0.2-1) unstable; urgency=medium

  * New upstream release

 -- Scott Kitterman <email address hidden>  Wed, 21 Feb 2024 07:36:40 -0500

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pypdf_4.0.2-1.dsc 2.2 KiB 34b08e557ea0481e6ee7a6b4c4b3e26832eef4fe3dc982f16f9f46a27a3bd00f
pypdf_4.0.2.orig.tar.xz 6.5 MiB 41b4993b038fd0488d0a8694504eca21f30d755edfdfb31bfcd9fe6a5a23738f
pypdf_4.0.2-1.debian.tar.xz 8.2 KiB faa0730d2dde11b8b5783c6e6e3e9ff8bfc88c86781c4618d218bef9f682deed

Available diffs

No changes file available.

Binary packages built by this source

python3-pypdf: 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.