@qrcommunication/gigapdf-lib — SDK API reference - v0.110.3
    Preparing search index...

    Interface DocumentJavascript

    One document-level JavaScript read back by GigaPdfDoc.documentJavascripts: the /Names /JavaScript name-tree key and the script source.

    interface DocumentJavascript {
        name: string;
        script: string;
    }
    Index

    Properties

    Properties

    name: string

    The name-tree key the script is registered under.

    script: string

    The JavaScript source.