currentStream.add(CTMHelper.toPDFString(currentBasicTransform, false) + " cm\n");
currentFontName = "";
Page p = page.getPage();
renderPageAreas(p);
this.pdfDoc.registerObject(currentStream);
currentPage.setContents(currentStream);
PDFAnnotList annots = currentPage.getAnnotations();