Class Origami::XDP::Packet::XFDF
In: sources/parser/xfa.rb
Parent: XFA::Element

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

Methods

new  

Public Class methods

[Source]

     # File sources/parser/xfa.rb, line 243
243:         def initialize
244:           super("xfdf")
245: 
246:           add_attribute 'xmlns', 'http://ns.adobe.com/xfdf/'
247:           add_attribute 'xml:space', 'preserve'
248:         end

[Validate]