groff
Verified for current stable LTS
Groff Command: Typeset Roff File To Pdf With Tables And Pictures
Use for typeset roff file to pdf with tables and pictures with Groff. Exact CLI syntax to typeset roff file to pdf with tables and pictures using Groff.
When to use this: Use for typeset roff file to pdf with tables and pictures with Groff.
Command Syntax
groff <-t> <-p> -<me> -T <pdf> <path/to/input.me> > <path/to/output.pdf> groff <-t> <-p> -<me> -T <pdf> <path/to/input.me> > <path/to/output.pdf> Command Breakdown
-<me>- Command Option
- Tool-specific option used by this command invocation.
-T- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to typeset roff file to pdf with tables and pictures using Groff.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Groff Command: Format Output For Postscript Printer
groff <path/to/input.roff> > <path/to/output.ps> Groff Command: Render Man Page Ascii Output groff -man -T ascii <path/to/manpage.1> | less --RAW-CONTROL-CHARS Groff Command: Render Man Page Ascii To Pager groff -man -T ascii <path/to/manpage.1> | less --RAW-CONTROL-CHARS Groff Command: Render Man Page To Html groff -man -T html <path/to/manpage.1> > <path/to/manpage.html> Groff Command: Render Man Page To Html File groff -man -T html <path/to/manpage.1> > <path/to/manpage.html>