pypdf2 2.11.1-1 source package in Ubuntu

Changelog

pypdf2 (2.11.1-1) unstable; urgency=medium

  * New upstream release.

 -- Laszlo Boszormenyi (GCS) <email address hidden>  Sun, 16 Oct 2022 07:40:25 +0200

Upload details

Uploaded by:
Laszlo Boszormenyi
Uploaded to:
Sid
Original maintainer:
Laszlo Boszormenyi
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pypdf2_2.11.1-1.dsc 2.2 KiB c684c4b872e3d2c3d6e96b9bbe313a73ea63a3de84d570350e6640cd0487173d
pypdf2_2.11.1.orig-sample-files.tar.xz 8.3 MiB a7dd9246fa0f87f10833aa4a08b8eae44797582be13266b05e340d66e7c53294
pypdf2_2.11.1.orig.tar.gz 6.2 MiB a4e323120adc5103d53c370782bfc86381143ea7b69e9213eb1263c7aaf39df8
pypdf2_2.11.1-1.debian.tar.xz 8.0 KiB 72a96438b5c8db90386705e6a2f1233e7f028c140b0aa2248f3d91f665aa318b

Available diffs

No changes file available.

Binary packages built by this source

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