Class: Origami::XDP::Packet::XMPMeta

Inherits:
Origami::XFA::Element show all
Defined in:
lib/origami/xfa.rb

Overview

An XMP packet contains XML representation of PDF metadata.

Instance Method Summary collapse

Methods included from Origami::XFA

included

Constructor Details

#initializeXMPMeta



2965
2966
2967
2968
2969
2970
# File 'lib/origami/xfa.rb', line 2965

def initialize
    super("xmpmeta")

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