Package-level declarations

Types

Link copied to clipboard
data class IndirectObject(val number: Long, val generation: Int, val value: PdfObject)

An object as it appears in the body: number, generation, and the value.

Link copied to clipboard
data class XrefAndTrailer(val entries: Map<Long, XrefEntry>, val trailer: PdfDictionary)

What XrefParser.parse returns: the merged entry table and the trailer dict.

Link copied to clipboard
sealed class XrefEntry

A cross-reference entry. Distinct subtypes for the three xref-entry kinds.