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

Releases resources initialized using SandboxedPdfLoader.startInitialization.

Public functions

close

Added in 1.0.0-alpha10
fun close(): Unit

Releases resources initialized using SandboxedPdfLoader.startInitialization.