Hi Ralph, thank you for your help. The file I sended was make with
groff -me -k -t foo > foo.pdf but I got a very good solution with ps2pdf foo.ps Cheers Grégoire Le mardi 04 mars 2014 à 11:05 +0000, Ralph Corderoy a écrit : > Hi Gregoire, > > > I found myself a way out: > > with the convert command you can turn a .pdf to a .pdf > > > > convert foo.pdf foo1.pdf > > > > You can read foo1 with adobe reader. Well, the text ist not very > > sharp, an not very nice to read. But it's better than nothing. > > Are you sure foo.pdf isn't a Postscript file and that's why your > recipients cannot read it? Whereas your local system is happy to > realise that and render it? > > Are you using something like > > groff foo.tr | ps2pdf - foo.pdf > > Cheers, Ralph.