How to Install and Uninstall python-pdfrw Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 03,2024

1. Install "python-pdfrw" package

This guide covers the steps necessary to install python-pdfrw on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pdfrw

2. Uninstall "python-pdfrw" package

This guide covers the steps necessary to uninstall python-pdfrw on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-pdfrw $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-pdfrw package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-pdfrw
Priority: optional
Section: universe/python
Installed-Size: 157
Maintainer: Ubuntu Developers
Original-Maintainer: Debian QA Group
Architecture: all
Source: pdfrw
Version: 0.2-2
Replaces: pdfrw
Provides: pdfrw
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-reportlab, python-pdfrw-doc
Conflicts: pdfrw
Filename: pool/universe/p/pdfrw/python-pdfrw_0.2-2_all.deb
Size: 37542
MD5sum: 2ded7b42a49af10838c3dd0d3d2baa1f
SHA1: 75e6a3fa0c96002678873f0ebeb9f2eed3b72d9e
SHA256: 2db1d915015021bc063c567f1f024fda1658f34ecac89d0c68e8aa5a8f74337c
Description-en: PDF file manipulation library (Python 2)
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 2.
Description-md5: 983116036bb3c9488b6a8791fc11a7f2
Homepage: https://github.com/pmaupin/pdfrw
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu