class Origami::XDP::Packet::XMPMeta

An XMP packet contains XML representation of PDF metadata.

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/origami/xfa.rb, line 2981
def initialize
  super("xmpmeta")

  add_attribute 'xmlns', 'http://ns.adobe.com/xmpmeta/'
  add_attribute 'xml:space', 'preserve'
end