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

Last updated: May 21,2024

1. Install "python3-img2pdf" package

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

$ sudo apt update $ sudo apt install python3-img2pdf

2. Uninstall "python3-img2pdf" package

Please follow the step by step instructions below to uninstall python3-img2pdf on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-img2pdf
Priority: optional
Section: universe/python
Installed-Size: 92
Maintainer: Ubuntu Developers
Original-Maintainer: Johannes Schauer
Architecture: all
Source: img2pdf
Version: 0.2.0-1
Depends: python3-pil, python3:any (>= 3.3.2-2~)
Suggests: python3-pdfrw
Filename: pool/universe/i/img2pdf/python3-img2pdf_0.2.0-1_all.deb
Size: 19866
MD5sum: 9eda136fc85928eaeca755c523b3e7fb
SHA1: a8cb639d4e9765bc7bb8afa7584ea6f72c3896df
SHA256: 883fdcb379ccb51842ca0b031eaaa728ae151a7df1deba3504e55f494ecf7f7f
Description-en: Lossless conversion of raster images to PDF
This module will take a list of raster images and produce a PDF file with the
images embedded in it. JPEG and JPEG2000 images will be included without
recompression. Raster images in other formats will be included with zip/flate
encoding which usually leads to an increase in the resulting size because
formats like png compress better than PDF which just zip/flate compresses the
RGB data. As a result, this module is able to losslessly wrap images into a
PDF container with a quality to filesize ratio that is typically better (in
case of JPEG and JPEG2000 images) or equal (in case of other formats) than
that of existing tools.
.
Img2pdf includes its own PDF writer but will use the pdfrw module if
available instead.
Description-md5: 8e07556b65a6a7b7a35cc9dbeeddd548
Homepage: https://gitlab.mister-muffin.de/josch/img2pdf
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu