Asset

class Asset(val path: String) : PdfSource

PDF packaged with the host application. Resolved through Context.assets on Android and Bundle.main on iOS so the same Asset("manuals/quickstart.pdf") works on both platforms.

Constructors

Link copied to clipboard
constructor(path: String)

Properties

Link copied to clipboard

resource-relative path inside the app bundle / assets folder.