AndroidPdfBitmapRenderer
object AndroidPdfBitmapRenderer
Headless rendering on Android. Produces an ARGB_8888 Bitmap sized to the page in pt units multiplied by scale. No Compose dependency.
Typical uses:
Custom View
onDraw(Canvas)overrides that paint the bitmap onto the screen.Generating cached page thumbnails on disk.
Pre-rendering pages off the main thread (call from a coroutine on Dispatchers.Default).