Skip to content

ArkeshGKalathiya/capacitor-pdf-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ceb3ca2 · Aug 20, 2023

History

12 Commits
Jan 29, 2022
Jan 29, 2022
Jan 29, 2022
Jan 29, 2022
Jan 29, 2022
Feb 20, 2020
Feb 20, 2020
Jan 29, 2022
Jan 29, 2022
Jan 29, 2022
Jan 29, 2022
Aug 20, 2023
Jan 29, 2022
Jan 29, 2022

Repository files navigation

netgalaxy-pdf-reader

Pdf Reader with bookmark list

Install

npm install netgalaxy-pdf-reader
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
Param Type
options { value: string; }

Returns: Promise<{ value: string; }>


openPDF(...)

openPDF(options: { pdfPath: string; title: string; }) => Promise<{ value: string; }>
Param Type
options { pdfPath: string; title: string; }

Returns: Promise<{ value: string; }>