File storage in paper with hexadecimal numbers and four bits font.
# mkdir /usr/share/fonts/truetype/fourbits
# cp FourBits.ttf /usr/share/fonts/truetype/fourbits
# mkdir /usr/share/fonts/opentype/fourbits
# cp FourBits.otf /usr/share/fonts/opentype/fourbits
# cp FourBits.afm /usr/share/enscript/afm
# vi /usr/share/enscript/afm/font.map
FourBits FourBits
# file2pdf.sh file file.pdf
# java -jar HexImage.jar scanned-image.jpeg hex-image.properties | xxd -r -p | bunzip2 > recovered-file
More info in "Grabación de Archivos en Papel" blog article.