Package com.pspdfkit.ui.drawable

API for drawing content on pages using the com.pspdfkit.ui.drawable.PdfDrawable.

A com.pspdfkit.ui.drawable.PdfDrawable is a drawable subclass providing a PDF-to-screen transformation matrix to implementations via getPdfToPageTransformation. To let the drawable draw content on a page, create a com.pspdfkit.ui.drawable.PdfDrawableProvider returning the drawable and register it via addDrawableProvider.

See: Description