3

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

Bobrovsky
  • 13,789
  • 19
  • 80
  • 130
Pierre
  • 34,472
  • 31
  • 113
  • 192

2 Answers2

5

Have a look at pdfmark from CrossRef.

laalto
  • 150,114
  • 66
  • 286
  • 303
Kurt Pfeifle
  • 86,724
  • 23
  • 248
  • 345
0

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
  • 34,472
  • 31
  • 113
  • 192