PdfSandboxHandle


public interface PdfSandboxHandle extends 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 methods

abstract void

Releases resources initialized using SandboxedPdfLoader.startInitialization.

Public methods

close

Added in 1.0.0-alpha10
abstract void close()

Releases resources initialized using SandboxedPdfLoader.startInitialization.