Options
All
  • Public
  • Public/Protected
  • All
Menu

Implementation

Index

Properties

createFromPath

createFromPath: (path: string) => Promise<unknown>

Type declaration

    • (path: string): Promise<unknown>
    • Parameters

      • path: string

createFromPdf

createFromPdf: (path: string, options: CreateFromPdfOptions) => Promise<unknown[]>

Type declaration

getPdfInfo

getPdfInfo: (path: string) => Promise<PdfInfo>

Type declaration

    • Parameters

      • path: string

Methods

injectCustomStyles

  • injectCustomStyles(elementId: string, cssFilePath: string): Promise<void>
  • Parameters

    • elementId: string
    • cssFilePath: string