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

Last updated: May 16,2024

1. Install "python3-pdfrw" package

Please follow the step by step instructions below to install python3-pdfrw on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pdfrw

2. Uninstall "python3-pdfrw" package

Here is a brief guide to show you how to uninstall python3-pdfrw on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-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: python3:any (>= 3.3.2-2~)
Suggests: python-reportlab, python-pdfrw-doc
Conflicts: pdfrw
Filename: pool/universe/p/pdfrw/python3-pdfrw_0.2-2_all.deb
Size: 37636
MD5sum: deea0706a9bb6f385712a0d72214e1ec
SHA1: 5f4d52f8e6e07ccf311306baeabf7a8737d25d99
SHA256: 4b677a2dd4d71a6e69eaf27c5908d500bc97ab5c61701fe3030961b951e94e43
Description-en: 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.
Description-md5: 5577ed6ca1456d2716aa7e754f767348
Homepage: https://github.com/pmaupin/pdfrw
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu