x4js - v2.2.49
    Preparing search index...

    Interface PDFObject

    interface PDFObject {
        dict: Record<string, PDFValue>;
        id: number;
        stream: Uint8Array<ArrayBufferLike>;
    }
    Index
    dict: Record<string, PDFValue>
    id: number
    stream: Uint8Array<ArrayBufferLike>