Class: Origami::XDP::Packet::XFDF

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

Overview

The xfdf (annotations) packet enclosed collaboration annotations placed upon a PDF document.

Instance Method Summary collapse

Methods included from Origami::XFA

included

Constructor Details

#initializeXFDF

Returns a new instance of XFDF.



33
34
35
36
37
38
# File 'lib/origami/xfa/xfdf.rb', line 33

def initialize
    super("xfdf")

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