Class: PdfForms::Fdf

Inherits:
DataFormat show all
Defined in:
lib/pdf_forms/fdf.rb

Overview

Map keys and values to Adobe’s FDF format.

Straight port of Perl’s PDF::FDF::Simple by Steffen Schwigon. Parsing FDF files is not supported (yet).

Instance Attribute Summary

Attributes inherited from DataFormat

#options

Instance Method Summary collapse

Methods inherited from DataFormat

#save_to, #to_pdf_data

Constructor Details

#initialize(data = {}, options = {}) ⇒ Fdf

Returns a new instance of Fdf.



11
12
13
# File 'lib/pdf_forms/fdf.rb', line 11

def initialize(data = {}, options = {})
  super
end