I am a new user of groff and want to generate pdf files with it. I know that the basic syntax is as follows:
groff -ms inputcode.ms -T pdf > outputfile.pdf
But, when I try it, I get the following error message:
groff: can't find
DESC' file groff:fatal error: invalid device
pdf'
Having done a great deal of research, I realized that I need a pdf driver, a basic package that was lacking in my installation of groff (I've installed groff it using apt-get). I have no idea why the driver was not included!!! Anyway, I would like to install such driver. I have searched for ways to do this, but have not found any. How do I do this?
PS: Groff must recognize the installed driver/package.