pdfrw 0.4-2 source package in Ubuntu

Changelog

pdfrw (0.4-2) unstable; urgency=medium

  * Bumped Standards-Version to 4.1.3
  * Replaced python-reportlab in python3-pdfrw by python3-reportlab

 -- Rodrigo Siqueira <email address hidden>  Thu, 12 Apr 2018 12:14:12 -0300

Upload details

Uploaded by:
Rodrigo Siqueira
Uploaded to:
Sid
Original maintainer:
Rodrigo Siqueira
Architectures:
all
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pdfrw_0.4-2.dsc 2.0 KiB 8d2a893892b9b208668a8f56d57fb3f7866dff35e710d5ed50f137f28cadd850
pdfrw_0.4.orig.tar.gz 70.5 KiB 556b875beec675a9127c5e8d84068be7ba01baebc47c4ae5d9396b72d62edd04
pdfrw_0.4-2.debian.tar.xz 3.9 KiB 397ed204598f6edc8235ee0f47008c2dae82e17345fdf3b5d71f00fe4674c160

Available diffs

No changes file available.

Binary packages built by this source

python-pdfrw: No summary available for python-pdfrw in ubuntu focal.

No description available for python-pdfrw in ubuntu focal.

python-pdfrw-doc: No summary available for python-pdfrw-doc in ubuntu cosmic.

No description available for python-pdfrw-doc in ubuntu cosmic.

python3-pdfrw: PDF file manipulation library (Python 3)

 pdfrw can read and write PDF files, and can also be used to read in PDFs which
 can then be used inside reportlab.
 .
 pdfrw tries to be agnostic about the contents of PDF files, and support them
 as containers, but to do useful work, something a little higher-level is
 required. It supports the following:
 .
  * PDF pages. pdfrw knows enough to find the pages in PDF files you read in,
    and to write a set of pages back out to a new PDF file.
  * Form XObjects. pdfrw can take any page or rectangle on a page, and convert
    it to a Form XObject, suitable for use inside another PDF file
  * reportlab objects. pdfrw can recursively create a set of reportlab objects
    from its internal object format. This allows, for example, Form XObjects to
    be used inside reportlab.
 .
 This package installs the library for Python 3.