final FontStorage fontStorage = new DefaultFontStorage(fontRegistry);
this.metaData = new HtmlOutputProcessorMetaData
(fontStorage, HtmlOutputProcessorMetaData.PAGINATION_NONE);
final ContentLocation contentLocation = new DummyRepository().getRoot();
final NameGenerator contentNameGenerator = new DefaultNameGenerator(contentLocation);
final ContentLocation dataLocation = new DummyRepository().getRoot();
final NameGenerator dataNameGenerator = new DefaultNameGenerator(dataLocation);
this.printer = new HtmlPrinter();
this.printer.setContentWriter(contentLocation, contentNameGenerator);
this.printer.setDataWriter(dataLocation, dataNameGenerator);
}