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.



30
31
32
33
34
35
# File 'lib/origami/xfa/xfdf.rb', line 30

def initialize
  super("xfdf")

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