data class ConversionResult
The conversion result.
ConversionResult(size: Int, expiresAt: OffsetDateTime?, runtime: Duration, url: String)
The conversion result. |
val expiresAt: OffsetDateTime?
Expiration date of the PDF (if served via the PDFire.io CDN). |
|
val runtime: Duration
Runtime of the conversion in milliseconds. |
|
val size: Int
Size of the PDF in bytes. |
|
val url: String
URL to the PDF. |