pypdf2 1.26.0-3ubuntu1 source package in Ubuntu

Changelog

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

  * Re-upload basing on Python2 to build with Python2 dependencies.

 -- Matthias Klose <email address hidden>  Mon, 13 Jan 2020 18:08:34 +0100

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
Focal release universe misc

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-3ubuntu1.debian.tar.xz 3.5 KiB cc1b6fcf1c034e97b8a2a19401163f248d765dfcfe073dfa9e0b0879ff7d2295
pypdf2_1.26.0-3ubuntu1.dsc 1.8 KiB 1fdc28d5fce6710b71e24d7a9ab09414d34a5eef15bc39173cd0e91ef9cc4109

View changes file

Binary packages built by this source

python-pypdf2: No summary available for python-pypdf2 in ubuntu groovy.

No description available for python-pypdf2 in ubuntu groovy.

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.