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

Returns a new instance of XMPMeta.



2981
2982
2983
2984
2985
2986
# 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