pypdf2 1.26.0-3build1 source package in Ubuntu

Changelog

pypdf2 (1.26.0-3build1) focal; urgency=medium

  * No-change rebuild to generate dependencies on python2.

 -- Matthias Klose <email address hidden>  Tue, 17 Dec 2019 12:52:40 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Laszlo Boszormenyi
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pypdf2_1.26.0.orig.tar.gz 194.9 KiB 140b1fed792f487f2fd814eb0e832a5b6ef5ae362da302c1fc5a9786d5acb469
pypdf2_1.26.0-3build1.debian.tar.xz 3.4 KiB 45f9261b1e9b0489e2ce270d843dc2548cdba79b854884560690a5ca0ee7f4fd
pypdf2_1.26.0-3build1.dsc 1.8 KiB 5e8621ee9f659ab8dab61c4b4eb807a7c470a95e95f605e5217039afafef8859

View changes file

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.