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/xmpmeta.rb, line 33
def initialize
    super("xmpmeta")

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