executeAction

open fun executeAction(@NonNull action: Action)

Executes the given PDF action on the currently loaded document.

Parameters

action

Action that should be executed.


open fun executeAction(@NonNull action: Action, @Nullable actionSender: ActionSender)

Executes the given PDF action on the currently loaded document.

Parameters

action

Action to be executed.

actionSender

Optional sender that triggered execution of this action.