Skip to content

JavaScriptAction

@scaryterry/pdfium


Defined in: src/core/types.ts:22

Information about a JavaScript action in a PDF document.

JavaScript actions can be triggered by various events in the PDF (document open, page open, button click, etc.).

name: string

Defined in: src/core/types.ts:24

The action name (often corresponds to the triggering event).


script: string

Defined in: src/core/types.ts:26

The JavaScript source code.