XrefAndTrailer

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

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

Constructors

Link copied to clipboard
constructor(entries: Map<Long, XrefEntry>, trailer: PdfDictionary)

Properties

Link copied to clipboard
Link copied to clipboard