libsambox-java 1.1.46-1~18.04 source package in Ubuntu

Changelog

libsambox-java (1.1.46-1~18.04) bionic; urgency=medium

  * Backport for OpenJDK 11 (dependency of pdfsam) . LP: #1814133.

libsambox-java (1.1.46-1) unstable; urgency=medium

  * New upstream version 1.1.46.

libsambox-java (1.1.41-1) unstable; urgency=medium

  * New upstream version 1.1.41.
  * Switch to compat level 11.
  * Declare compliance with Debian Policy 4.2.1.

 -- Matthias Klose <email address hidden>  Wed, 27 Feb 2019 13:47:40 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Bionic
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe misc
Bionic security universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsambox-java_1.1.46.orig.tar.xz 1.3 MiB df7b0466081edc7da620528537d9e8437a14d22de81b18467b78af11e32aacaa
libsambox-java_1.1.46-1~18.04.debian.tar.xz 6.3 KiB 77e7d4a0b02073985dca87d7e4f91fe7c14ae8b5fb5a43238b580b9bbc202915
libsambox-java_1.1.46-1~18.04.dsc 2.2 KiB 1031b7d24c3b6e7435d4ed9cdc4afa3ab1a6e3eeaee4708588da806cc5714fe1

View changes file

Binary packages built by this source

libsambox-java: SAMBox PDF processor

 SAMBox is an Apache PDFBox 2.0.0 fork intended to be used as PDF processor for
 Sejda and PDFsam related projects. The main differences between PDFBox and
 SAMBox are:
  * Lazy loading/parsing of PDF objects
  * Multiple I/O implementations to read from
  * Minimized garbage collection through the use of a pool of
    java.lang.Stringbuilder
  * PDF streams are read directly from the underlying source through the
    concept of bounded views
  * Removal of unused PDFBox features like preflight validator, fdf and digital
    signature
  * Documents can be saved using objects stream to store PDF objects