module HexaPDF::Filter::ASCII85Decode

This filter module implements the ASCII-85 filter which can encode arbitrary data into an ASCII compatible format that expands the original data only by a factor of 4:5.

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

Public Class Methods

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