From 75950d1cd5e532b6367251ad593ed97cbfce05ed Mon Sep 17 00:00:00 2001 From: "G. Branden Robinson" Date: Sat, 6 May 2023 12:32:54 -0500 Subject: gropdf(1): Add "Macros" subsection with `pdfinfo`. --- src/devices/gropdf/gropdf.1.man | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/src/devices/gropdf/gropdf.1.man b/src/devices/gropdf/gropdf.1.man index b7a08293d..d1d39bbe0 100644 --- a/src/devices/gropdf/gropdf.1.man +++ b/src/devices/gropdf/gropdf.1.man @@ -1341,6 +1341,38 @@ see . . .\" ==================================================================== +.SS Macros +.\" ==================================================================== +. +.IR gropdf 's +support macros in +.I pdf\.tmac +define the convenience macros described above. +. +Some features have no direct device control command counterpart. +. +. +.\" pdfhref +. +. +.TP +.BI ".pdfinfo /" "field content"\~\c +\&.\|.\|. +Define PDF metadata. +. +.I field +may be be one of +.BR Title , +.BR Author , +.BR Subject , +.BR Keywords , +or another datum supported by the PDF standard or your reader. +. +.I field +must be prefixed with a slash. +. +. +.\" ==================================================================== .SS "Importing graphics" .\" ==================================================================== . -- cgit v1.2.1