class Origami::XDP::Packet::XFDF


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

def initialize

def initialize
    super("xfdf")
    add_attribute 'xmlns', 'http://ns.adobe.com/xfdf/'
    add_attribute 'xml:space', 'preserve'
end