class BytesResult : AbstractResult
Contains the generated PDF as a byte array.
BytesResult(bytes: ByteArray)
Contains the generated PDF as a byte array. |
fun getBytes(): ByteArray
Return the PDF as a byte array. |
open fun saveTo(path: String): Unit
Save the PDF to the given path. |