Returns one row per JavaScript action attached to the document
(typically OpenAction or Document JS). Useful for static analysis
of PDFs that may contain executable JavaScript. PDFium never
executes the script; this is a passive readout. Wraps
FPDFDoc_GetJavaScriptAction* / FPDFJavaScriptAction_GetName /
_GetScript.
Arguments
- doc
A
pdfium_docfrompdf_doc_open(), or a character path.- password
Optional password for encrypted PDFs when
docis a path. Ignored whendocis already an openpdfium_doc.