PDF export support configuration.

interface AsukaPdfOptions {
    autoLoad?: boolean;
    enabled?: boolean;
    scriptUrl?: string;
}

Properties

autoLoad?: boolean

Auto-load the script the first time PDF export is requested. Defaults to true.

enabled?: boolean

Set to false to disable PDF export UI entirely.

scriptUrl?: string

External script URL for jsPDF. Defaults to https://cdn.jsdelivr.net/npm/jspdf@4.2.1/dist/jspdf.umd.min.js.