Package-level declarations

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.

Types

Link copied to clipboard
abstract class PdfDrawable : Drawable
Drawable subclass for drawing on top of a PDF document.
Link copied to clipboard
Interface for objects that manage a list of PdfDrawableProvider instances.
Link copied to clipboard
Interface for a class that can return a list of PdfDrawable instances that should be drawn on top of the document.