private HtmlPrinter printer;
public PageableHtmlOutputProcessor(final Configuration configuration)
{
super(configuration);
this.flowSelector = new AllPageFlowSelector(true);
final FontRegistry fontRegistry = new AWTFontRegistry();
final FontStorage fontStorage = new DefaultFontStorage(fontRegistry);
this.metaData = new HtmlOutputProcessorMetaData
(fontStorage, HtmlOutputProcessorMetaData.PAGINATION_FULL);