render

fun render(page: PdfPage, deviceCtm: KiteMatrix = defaultDeviceCtm(page), annotations: (PdfAnnotation) -> Boolean = { true })

Paints page under deviceCtm, then the annotations that annotations accepts. { false } leaves the page content on its own (#133).