Package-level declarations

Types

Link copied to clipboard
data class Bookmark(val title: String, val pageIdx: Long = 0, val children: ArrayList<Bookmark> = arrayListOf(), val mNativePtr: Long = -1)

Represents a bookmark (outline) in a PDF document.

Link copied to clipboard
data class Link(val bounds: RectF, val destPageIdx: Int? = null, val uri: String? = null)

Represents a link in a PDF document.

Link copied to clipboard
data class Meta(val title: String, val author: String, val subject: String, val keywords: String, val creator: String, val producer: String, val creationDate: String, val modDate: String)

Represents the metadata of a PDF document.

Link copied to clipboard

Core class for interacting with the Pdfium library.