Skip to content

nadlowebagentur/capacitor-pdf-viewer

Repository files navigation

@nadlowebagentur/capacitor-pdf-viewer

Native PDF viewer

Install

npm install @nadlowebagentur/capacitor-pdf-viewer
npx cap sync

API

open(...)

open(params: { url: string; title?: string; top?: number; }) => Promise<void>
Param Type
params { url: string; title?: string; top?: number; }

close()

close() => Promise<void>