PdfSandboxHandle
interface PdfSandboxHandle : AutoCloseable
Represents a handle to manage the PDF processing resources.
A pdf session is maintained until close is called. Calling close() on handle releases any resources associated with the early initialization, but does not affect ongoing or future document operations initiated via PdfLoader or related APIs.
Summary
Public functions |
|
|---|---|
Unit |
close()Releases resources initialized using |
Public functions
close
Added in 1.0.0-beta01
fun close(): Unit
Releases resources initialized using SandboxedPdfLoader.startInitialization.