How to Install and Uninstall libpdfbox-graphics2d-java Package on Kali Linux

Last updated: May 16,2024

1. Install "libpdfbox-graphics2d-java" package

This guide covers the steps necessary to install libpdfbox-graphics2d-java on Kali Linux

$ sudo apt update $ sudo apt install libpdfbox-graphics2d-java

2. Uninstall "libpdfbox-graphics2d-java" package

Please follow the step by step instructions below to uninstall libpdfbox-graphics2d-java on Kali Linux:

$ sudo apt remove libpdfbox-graphics2d-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libpdfbox-graphics2d-java package on Kali Linux

Package: libpdfbox-graphics2d-java
Version: 0.43-1
Installed-Size: 123
Maintainer: Debian Java Maintainers
Architecture: all
Depends: libpdfbox2-java
Size: 87120
SHA256: d67cba77f07c1bb53420017e23dacb419a2a11415659138979ba57c51d51c2e6
SHA1: 1197fd5027131a36240f7e92f0fcd1be461167e3
MD5sum: a2002941d0a8bf00c4cdbc8da2d7086c
Description: Java library to embed graphics as vector drawing in a PDF
Using this library one can use any Graphics2D API based SVG / graph /
chart library to embed those graphics as vector drawing in a PDF. In
combination with PDFBox PDFRenderer/PageDrawer one can also "rerender"
PDF pages and change certain aspects (e.g. change the color mapping and
perform an overfill) .
.
The following features are supported:
.
* Drawing any shape using draw...() and fill...() methods from
Graphics2D.
* Drawing images. The default is to always lossless compress them. One
could plugin one's own Image -> PDImageXObject conversion if one wants
to encode the images as jpeg.
* All BasicStroke attributes.
* Paint:
- Color. One can specify one's own color mapping implementation to
special map the (RGB) colors to PDColor. Beside using CMYK colors
one can also use spot colors.
- GradientPaint, LinearGradientPaint and RadialGradientPaint. There
are some restrictions.
- TexturePaint.
* Drawing text. By default all text is drawn as vector shapes, so no
fonts are embedded. RTL languages are supported. It's possible to use
fonts, but this loses some features (especially RTL support) and one
must provide the TTF files of the fonts if the default PDF fonts are
not enough.
Description-md5:
Homepage: https://github.com/rototor/pdfbox-graphics2d
Section: java
Priority: optional
Filename: pool/main/libp/libpdfbox-graphics2d-java/libpdfbox-graphics2d-java_0.43-1_all.deb