How to Install and Uninstall python3-img2pdf Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "python3-img2pdf" package

Please follow the guidance below to install python3-img2pdf on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-img2pdf

2. Uninstall "python3-img2pdf" package

Learn how to uninstall python3-img2pdf on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-img2pdf package on Ubuntu 21.10 (Impish Indri)

Package: python3-img2pdf
Architecture: all
Version: 0.4.0-1
Priority: optional
Section: universe/python
Source: img2pdf
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Johannes 'josch' Schauer
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 168
Depends: python3-pikepdf, python3-pil, python3:any
Suggests: python3-pdfrw
Breaks: ocrmypdf (<< 6.2.3-1)
Filename: pool/universe/i/img2pdf/python3-img2pdf_0.4.0-1_all.deb
Size: 35244
MD5sum: cfad181d0d6ed190f9e757695e6b40a8
SHA1: ce64aacaf3ab43506bfe69ad08b461abfac8a878
SHA256: 792a0621f8b3fa9434f9caff5a9f13ff2ef0589b4680c9a89038e89c0d49c43c
SHA512: c39cad0ae5623bf9f9b7f202ab93dc73d0e7c4da6103f1247522252f2344f9a4ce6b111768de5b3b4c079560272115e534afa68ed05380630e43d9222980f52e
Homepage: https://gitlab.mister-muffin.de/josch/img2pdf
Description-en: Lossless conversion of raster images to PDF (library)
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.
.
This package contains the Python library.
Description-md5: cf38916468373f04862e9f6a73f032b3
Task: ubuntustudio-publishing