pypdf2 2.10.3-1 source package in Ubuntu

Changelog

pypdf2 (2.10.3-1) unstable; urgency=medium

  * New upstream release.

 -- Laszlo Boszormenyi (GCS) <email address hidden>  Wed, 24 Aug 2022 19:51:23 +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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pypdf2_2.10.3-1.dsc 2.2 KiB a9e0703c6e30f9e09d7cf28040401478e2a3fba9f666644f78754aac5748204d
pypdf2_2.10.3.orig-sample-files.tar.xz 5.2 MiB ac4ef66b956029eca07063c90a56aac49288753bbec4d301d85b9d3f04fcc809
pypdf2_2.10.3.orig.tar.gz 6.1 MiB d39604aa50875fac7aad27cfa329a1d5ac360d4427e768eaa65a7a762f9e9249
pypdf2_2.10.3-1.debian.tar.xz 7.1 KiB e18db7a5085dd369b5e5fdfc3c067b37715e7a4da98571ff2956c70ae4e26c65

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.