How to Install and Uninstall python3-img2pdf Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python3-img2pdf" package

This is a short guide on how to install python3-img2pdf on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-img2pdf

2. Uninstall "python3-img2pdf" package

Please follow the steps below to uninstall python3-img2pdf on openSUSE Leap:

$ sudo zypper remove python3-img2pdf

3. Information about the python3-img2pdf package on openSUSE Leap

Information for package python3-img2pdf:
----------------------------------------
Repository : Main Repository
Name : python3-img2pdf
Version : 0.4.0-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 320.0 KiB
Installed : No
Status : not installed
Source package : python-img2pdf-0.4.0-bp155.2.12.src
Upstream URL : https://gitlab.mister-muffin.de/josch/img2pdf
Summary : Python module for converting images to PDF via direct JPEG inclusion
Description :
This module losslessly converts raster images to PDF. The file size
will not unnecessarily increase. It can, for example, be used to
create a PDF document from a number of scans that are only available
in JPEG format. Existing solutions would either re-encode the input
JPEG files (leading to quality loss) or store them in the Deflate
format which results in the PDF becoming unnecessarily large in terms
of file size.