How to include a custom font not in the list. (see help for list)

Creating the fonts.met file is for windows only, you can use the fonts.met created on cross platforms.

1. Copy all .ttf (True Type Font) files into the CreateFonts folder that you wish to use.

2. Run CreateFontMetrics.exe in the CreateFonts folder, it will convert all files from the current directory to .afm (Adobe Font Metrics) files using ttf2pt1.exe program then will create an output fonts.met file that can be used in PDF Text Stamp.

Usage: On the command line use parameter -fontfile <filename> before the font parameter, e.g. pdftextstamp -iin.pdf -oout.pdf -fontfile fonts.met -font FontName


if you are unsure of the font name then open the fonts.met file in notepad to check.

