jempbox-users Mailing List for JempBox
Status: Alpha
Brought to you by:
benlitchfield
You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: giancarlo <gca...@gm...> - 2009-01-27 08:59:45
|
When I write metadata with pdfbox, by this way: PDDocument document = PDDocument.load("/root/saper.pdf"); PDDocumentInformation metadata = document.getDocumentInformation(); metadata.setKeywords("whereisnow??"); document.setDocumentInformation(metadata); document.save("/root/saper_saved.pdf"); the data has been written here: << /Author (autore) /CreationDate (D:20050217131520+01'00') /Creator (Updated By XMP SDK) /Keywords (whereisnow??) ->>>> this is my metadata and of course I'm not using any namespace. And this is not an xmp metadata... Using adobe xmp sdk (on windows), metadata has been written using a custom namespace (http://www.whereisnow.com) and the pdf file contains it by this way: <?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP Core 4.4.0"> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" ... ... xmlns:winKey="http://www.whereisnow.com" ... ... winKey:Keywords="blablabla"> How can I reproduce the same thing through jempbox? And then, how can I extract it? Thanks |
From: Sander v. de G. <sva...@xs...> - 2007-05-23 05:40:33
|
Hi there, I'm new to Jempbox (or to Java for that matter) and I'd like to be able = to use it. But I can't find any examples of how to use Jempbox on the site. Does anyone has some basic code so I can get an idea of how to use it? I would like to be able to read the EXIF metadata present in the XMP-files = :) With kind regards, =A0 Sander van de Geijn |
From: Ben L. <be...@be...> - 2007-03-01 00:50:54
|
JempBox-0.2.0 has been released. This release contains bug fixes and new functionality. Description JempBox is an open source Java library that implements Adobe's XMPTM specification. License:BSD Website:http://www.jempbox.org/ Download:http://sourceforge.net/project/showfiles.php?group_id=164503 Features -Reading/Writing XMP streams -High level API to standard XMP schemas Release Notes RELEASE 0.2.0 -Added methods in XMLUtil and XMPMetadata to save to output stream -Fixed bug in DateConverter.toCalendar concerning timezones -Type property in DublinCore is a bag value and not a text proper -CreateTool in XMPSchemaBasic renamed to CreatorTool -Fixed bug in getTextProperty related to empty nodes -removeBagValue and removeSequence now remove all matching nodes -Fixed bug with wrong error message with constructor invocation in XMPMetadata -Added methods to contribute new XMPSchema-types to JempBox in XMPMetadata -First couple of unit-tests |