FilePath

class FilePath(val path: String) : PdfSource

PDF stored on the local filesystem. Accepts bare absolute paths (/storage/emulated/0/…) and file:// URLs alike — both forms resolve through the platform's standard file I/O.

Constructors

Link copied to clipboard
constructor(path: String)

Properties

Link copied to clipboard

absolute path. file:// prefix is stripped automatically by the resolver.