pageHeight = (int) h;
currentStream = this.pdfDoc.getFactory()
.makeStream(PDFFilterList.CONTENT_FILTER, false);
currentState = new PDFState();
/* This transform shouldn't affect PDFState as it only sets the basic
* coordinate system for the rendering process.
*
currentState.setTransform(new AffineTransform(1, 0, 0, -1, 0,
(int) Math.round(pageHeight / 1000)));