On Saturday 10 Mar 2012 14:36:37 Werner LEMBERG wrote: > groff's PDF output device > doesn't work; I suspect a bug (or it isn't implemented yet).
This was due to the current gropdf not handling glyphs above 255. I now have a version which remaps glyphs to unused characters below 255, so your example now works fine with -T pdf. The pdf produced is huge though, I really must make myself do the font subsetting code. Cheers Deri