The xfdf (annotations) packet enclosed collaboration annotations placed upon a PDF document.
[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]