module HexaPDF::Filter::ASCIIHexDecode

This filter module implements the ASCII hex decode/encode filter which can encode arbitrary data into the two byte ASCII hex format that expands the original data by a factor of 1:2.

See: HexaPDF::Filter, PDF2.0 s7.4.2

Public Class Methods

decoder(source, _ = nil)
encoder(source, _ = nil)