Remote
class Remote(val url: String, val headers: Map<String, String> = emptyMap(), val timeoutMillis: Long = DEFAULT_TIMEOUT_MILLIS) : PdfSource
PDF fetched from an HTTP(S) endpoint. Bytes are downloaded in full to a transient buffer before rendering starts — this implementation is not streaming. Apps that need progress reporting or streaming should fetch the bytes themselves and hand them in as Bytes.