openOrNull
fun openOrNull(bytes: ByteArray, password: ByteArray = byteArrayOf(), allowInvalidPassword: Boolean = false): PdfDocument?
open, but null instead of an exception on a malformed or unauthenticated file.
open, but null instead of an exception on a malformed or unauthenticated file.