1GPG-KEY2PS(1) User Contributed Perl Documentation GPG-KEY2PS(1)
2
3
4
6 gpg-key2ps - generates a PS file from a GnuPG keyring
7
9 gpg-key2ps [-r revoked-style] [-p papersize] keyid-or-name [ ... ]
10
12 gpg-key2ps generates a PostScript file with your OpenPGP key finger‐
13 print (repeated as often as it fits) useful for keysigning parties. The
14 only argument is the same as you would pass to GPG's list-keys command,
15 either a key-id or a (partial) name. The PS data is written to stdout.
16
18 -p --paper-size paper-size
19 Select the output paper size. Default is to look into /etc/paper‐
20 size or A4 if libpaper isn't installed.
21
22 -r --revoked-style revoked-style
23 Select how to mark revoked UIDs. Five styles are available:
24 hide don't show at all (default),
25 show show normally,
26 grey display in 50% grey,
27 note add "[revoked]", and
28 strike strike through.
29
30 keyid
31 Keyids to print. Multiple can be separated by spaces.
32
33 -h --help
34 Print usage and exit.
35
36 -v --version
37 Print version and exit.
38
40 gpg(1)
41
42 http://pgp-tools.alioth.debian.org/
43
45 (c) 2001 - 2005 Simon Richter <sjr@debian.org>
46
47 (c) 2005 Thijs Kinkhorst <thijs@kinkhorst.com>
48
49 (c) 2005 Christoph Berg <cb@df7cb.de>
50
51
52
53perl v5.8.8 2006-11-01 GPG-KEY2PS(1)