2

Can someone point me to Python PDF package that can do metadata writing? I found Python XMP Toolkit, but building Exempi on cygwin is nightmare I want to avoid.

Jason Sundram
  • 12,225
  • 19
  • 71
  • 86
romor
  • 417
  • 2
  • 6
  • 11

2 Answers2

3

You can modify pdf docinfo metadata, (not xmp metadata) in either of the following ways:

Alternatively, you could wrap a command line application like pdftk.

Community
  • 1
  • 1
Steven
  • 28,002
  • 5
  • 61
  • 51
0

You might want to get a command line to modify metadata. Some tools modify both native and XMP metadata.

I wrote a blog on metadata editing a while ago: http://www.barcodeschool.com/2010/09/publishers-fix-the-metadata-in-the-pdf-file/

cuteCAT
  • 2,251
  • 4
  • 25
  • 30