Class: PdfForms::FdfHex

Inherits:
Fdf show all
Defined in:
lib/pdf_forms/fdf_hex.rb

Overview

Map keys and values to Adobe’s FDF format.

This is a variation of the original Fdf data format, values are encoded in UTF16 hexadesimal notation to improve compatibility with non ascii charsets.

Information about hexadesimal FDF values was found here:

stackoverflow.com/questions/6047970/weird-characters-when-filling-pdf-with-pdftk

Instance Attribute Summary

Attributes inherited from DataFormat

#options

Method Summary

Methods inherited from Fdf

#initialize

Methods inherited from DataFormat

#initialize, #save_to, #to_pdf_data

Constructor Details

This class inherits a constructor from PdfForms::Fdf