PdfRasterizer
Imperative page → ImageBitmap pipeline. This is the raster engine behind PdfView; it is public so apps with custom viewers (own pagers, thumbnail grids, PNG export jobs) don't have to re-implement the CTM/flip/hairline math themselves.
Obtain one inside composition with rememberPdfRasterizer, or construct it directly off-composition when you already hold a TextMeasurer.
Rasterization runs synchronously on the calling thread. Text measurement is not thread-safe on every platform, so call it from the main thread; PdfView does so post-frame to keep the cost out of the composition pass.