// for the sake of simplicity, we use the AWT font registry for now.
// This is less accurate than using the iText fonts, but completing
// the TrueType registry or implementing an iText registry is too expensive
// for now.
final DefaultFontStorage fontStorage =
new DefaultFontStorage(new AWTFontRegistry());
metaData = new PdfOutputProcessorMetaData(fontStorage);
}