##Usage:
gpgkeylabel -k KEYID
To get a listing:
gpgkeylabel -l -k KEYID
and then to convert this to a pdf to finally be able to print it out
you will need [phantomjs] (https://github.com/ariya/phantomjs/) and [makepdf.js] (https://gist.github.com/philfreo/5854629) and should use the following:
gpgkeylabel -l -k KEYID | phantomjs ../makepdf.js > yourListing.pdf
- version without style-tag