DocumentActionListener

Handles PDF actions triggered inside the PDF document - these are usually things like button presses, form submission, etc.

Functions

Link copied to clipboard
abstract fun onExecuteAction(@NonNull action: Action): Boolean
Called when PDF action should be executed.