Bytes

class Bytes(val bytes: ByteArray) : PdfSource

Opaque PDF payload — bytes only, no associated text-position data. Yields a viewer with rasterised pages but no selectable text layer.

Constructors

Link copied to clipboard
constructor(bytes: ByteArray)

Properties

Link copied to clipboard

raw %PDF-… bytes. The viewer keeps a reference for the lifetime of the composition; do not mutate the array after passing it in.