From ca796967112635235de7a41baaaa9814e301d504 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Fri, 20 Mar 2026 12:35:55 +0100 Subject: [PATCH] add commands to convert man page to pdf --- doc/README.Converters.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/README.Converters.md b/doc/README.Converters.md index 876f17433..1069720b9 100644 --- a/doc/README.Converters.md +++ b/doc/README.Converters.md @@ -177,6 +177,12 @@ above. `drawio -x -f pdf -o "%o" "%f"` +### troff files + +`groff -pet -ms -Tpdf "%f" > "%o"` + +`pdfroff "%f" > "%o"` + ## Conversion to png for preview images If you have problems running convert on PDF documents then read the page