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

Inherits:
Origami::XFA::Element show all
Defined in:
lib/origami/xfa.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.



2967
2968
2969
2970
2971
2972
# File 'lib/origami/xfa.rb', line 2967

def initialize
  super("xfdf")

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