@monkey6858/capacitor-plugin-pdftron
v0.0.5
Published
PDFTron mobile SDK for Capacitor.
Readme
capacitor-plugin-pdftron
PDFTron mobile SDK for Capacitor.
Install
npm install capacitor-plugin-pdftron
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
initialize(...)
initialize(options: { settings: string; viewerElement: string; }) => Promise<void>| Param | Type |
| ------------- | --------------------------------------------------------- |
| options | { settings: string; viewerElement: string; } |
