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/xfdf.rb, line 33
def initialize
    super("xfdf")

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