PrintToPDFReturn

@Serializable
data class PrintToPDFReturn(val data: String, val stream: String?)

Constructors

Link copied to clipboard
constructor(data: String, stream: String?)

Properties

Link copied to clipboard

Base64-encoded pdf data. Empty if |returnAsStream| is specified. (Encoded as a base64 string when passed over JSON)

Link copied to clipboard

A handle of the stream that holds resulting PDF data.