class Origami::XDP::Packet::XFDF

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

Public Class Methods

new() click to toggle source
Calls superclass method
# 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