PdfDocumentActions
data class PdfDocumentActions(val willClose: PdfAction? = null, val willSave: PdfAction? = null, val didSave: PdfAction? = null, val willPrint: PdfAction? = null, val didPrint: PdfAction? = null, val raw: PdfDictionary)
The scripts a document runs at the moments of its own life, from the catalog's /AA dictionary (ISO 32000-1 §12.6.3, Table 197).
A form uses these to warn before printing, or to stamp a save date into a field. Each entry is null when the document does not define that trigger.