Registry / serialization / jempbox

jempbox

JSON →
library1.8.17javamavenunverified

Implements Adobe's XMP metadata specification for embedding metadata in PDF and other file formats.

<dependency> <groupId>org.apache.pdfbox</groupId> <artifactId>jempbox</artifactId> <version>1.8.17</version> </dependency>
INSTALL
IMPORT
SIG · JEMPBOX
J
jempbox
serializationjavav1.8.17
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

XMPMetadata
org.apache.jempbox.xmp.XMPMetadata

Create and manipulate XMP metadata using JempBox.

import org.apache.jempbox.xmp.XMPMetadata; import org.apache.jempbox.xmp.XMPSchemaDublinCore; XMPMetadata xmp = new XMPMetadata(); XMPSchemaDublinCore dc = xmp.addDublinCoreSchema(); dc.setTitle("My Document");
Debug
Known issues
gotchaJempBox 1.8.x is quite old; consider using PDFBox's built-in XMP support for newer features.
fix
Upgrade to PDFBox 2.x+ which includes XMP handling directly.
affects: <=1.8.17
Upgrade
Version history
1.8.17latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jempbox — mvn dependency:get jempbox · libregistry