arimo at iki.fi, le Thu 10 Sep 2009 12:13:20 +0300, a ?crit : > Has anyone any tips for application that takes a pre-formatted text and > outputs a image file presenting the text in braille? You can convert brf files into unicode braille by using iconv: iconv -f brf -t utf-8 < file.brf > file.txt and then you can paste the result in any word processor and use a font with support for braille (dejavu for instance). Samuel