{
final IterativeOutputProcessor io = (IterativeOutputProcessor) outputProcessor;
if (applyAutoCommitPageHeaderStep.compute(pageBox))
{
// logger.debug("Applying Incremental update.");
io.processIterativeContent(pageBox, performOutput);
countBoxesStep.process(pageBox);
cleanBoxesStep.compute(pageBox);
}
}
}