paper.setImageableArea
(StrictGeomUtility.toExternalValue(page.getImageableX()),
StrictGeomUtility.toExternalValue(page.getImageableY()),
StrictGeomUtility.toExternalValue(page.getImageableWidth()),
StrictGeomUtility.toExternalValue(page.getImageableHeight()));
drawArea = new StrictBounds(page.getGlobalX(), page.getGlobalY(),
page.getWidth(), page.getHeight());
plainTextPage = new PlainTextPage(paper, driver, encoding);
startProcessing(logicalPage);
plainTextPage.writePage();
}