1.0.1 • Published 5 months ago
capacitor-print-pdf v1.0.1
capacitor-print-pdf
Print PDF`s using native methods
Install
npm install capacitor-print-pdf
npx cap sync
API
printPdf(...)
printPdf(options: { filepath: string; }) => Promise<void>
Param | Type |
---|---|
options | { filepath: string; } |