Pdf Reader with bookmark list
npm install netgalaxy-pdf-reader
npx cap sync
echo(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options |
{ value: string; } |
Returns: Promise<{ value: string; }>
openPDF(options: { pdfPath: string; title: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options |
{ pdfPath: string; title: string; } |
Returns: Promise<{ value: string; }>