Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

I use a Unix-like system, how do I convert nroff files to Postscript (ps) and/or PDF?

0
Posted

I use a Unix-like system, how do I convert nroff files to Postscript (ps) and/or PDF?

0

To convert an NROFF format file to Postscript or PDF use the following options: The following processes an nroff file and sends it to a Postscript file. A second command is required to convert the resulting Postscript file to PDF. tbl famrepme.txt | groff -me > test.ps The following processes an nroff file and sends it to a PDF file. This does it in one command. tbl famrepme.txt | groff -me > test.pdf NOTE: If you install Cygwin on Windows, a similar command will work.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123