xwt
2025-07-17 66f29ab451014ca2e72fa9a5ff6373ab507ff67c
1
2
3
4
5
6
7
8
export function docProperties(pdfDocument: any): Promise<any>;
export class GenericScripting {
    constructor(sandboxBundleSrc: any);
    _ready: Promise<any>;
    createSandbox(data: any): Promise<void>;
    dispatchEventInSandbox(event: any): Promise<void>;
    destroySandbox(): Promise<void>;
}