PDFOptions: Omit<
    DocumentInitParameters,
    | "cMapPacked"
    | "cMapUrl"
    | "CMapReaderFactory"
    | "canvasFactory"
    | "canvasMaxAreaInBytes"
    | "data",
>

The initialisation option of the pdf. Comes from third party library pdfjs-dist.