{
final LocalFontRegistry localFontRegistry = new LocalFontRegistry();
localFontRegistry.initialize();
final InterceptingXmlTableOutputProcessor outputProcessor = new InterceptingXmlTableOutputProcessor
(new NullOutputStream(), new XmlTableOutputProcessorMetaData
(XmlTableOutputProcessorMetaData.PAGINATION_MANUAL, localFontRegistry));
outputProcessor.setFlowSelector(new SinglePageFlowSelector(page, true));
final ReportProcessor proc = new FlowReportProcessor(report, outputProcessor);
proc.processReport();