pypdf2 2.11.2-1 source package in Ubuntu

Changelog

pypdf2 (2.11.2-1) unstable; urgency=medium

  * New upstream release.

 -- Laszlo Boszormenyi (GCS) <email address hidden>  Wed, 23 Nov 2022 17:34:53 +0100

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.2-1.dsc 2.1 KiB 5377b0f14ba582cfc7d6273c8799ec96fac8887e98090a1a131840200e2fac73
pypdf2_2.11.2.orig-sample-files.tar.xz 8.3 MiB a7dd9246fa0f87f10833aa4a08b8eae44797582be13266b05e340d66e7c53294
pypdf2_2.11.2.orig.tar.gz 6.3 MiB 06c56b265e1e893b89ddbfbdab27c4125efd3901eb094242a137ec40f2efb69c
pypdf2_2.11.2-1.debian.tar.xz 8.1 KiB e52130fe59748a508995de67965c95aa175416bae903732025ca1658da79e946

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.