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

Last updated: May 18,2024

1. Install "python-pdfrw-doc" package

Please follow the guidelines below to install python-pdfrw-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pdfrw-doc

2. Uninstall "python-pdfrw-doc" package

This guide let you learn how to uninstall python-pdfrw-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-pdfrw-doc
Priority: optional
Section: universe/doc
Installed-Size: 42
Maintainer: Ubuntu Developers
Original-Maintainer: Debian QA Group
Architecture: all
Source: pdfrw
Version: 0.2-2
Filename: pool/universe/p/pdfrw/python-pdfrw-doc_0.2-2_all.deb
Size: 12748
MD5sum: 9042a9c51459d31491d0f589a099c1dd
SHA1: 03ca081c3d20519582f23d858c23eba2d0399fd8
SHA256: 99aa78e7cc1b2a43d8c73a5798bf71065731cdd7f853a172faa64e7bff64144d
Description-en: PDF file manipulation library (documentation)
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 is the common documentation package.
Description-md5: 2dc9632c6915a84556317424b9bcfc3c
Homepage: https://github.com/pmaupin/pdfrw
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu