tags:

views:

33

answers:

2

How can I insert/update some XMP metadata into a PDF file preferably using java ?

+1  A: 

Have a look at pdfmark.

pipitas
A: 

I found that the PDFBox library can be used to insert or extract those data. See http://plindenbaum.blogspot.com/2010/07/pdfbox-insertextract-metadata-frominto.html

Pierre