Class Origami::XDP::Packet::XMPData
In: sources/parser/xfa.rb
Parent: XFA::Element

An XMP packet contains XML representation of PDF metadata.

Methods

new  

Public Class methods

[Source]

     # File sources/parser/xfa.rb, line 257
257:         def initialize
258:           super("xmpdata")
259: 
260:           add_attribute 'xmlns', 'http://ns.adobe.com/xmpmeta/'
261:           add_attribute 'xml:space', 'preserve'
262:         end

[Validate]