react-native-pdf-printer
v0.2.1
Published
Print local PDF file
Downloads
392
Readme
react-native-pdf-printer
Print local PDF file
Installation
npm install react-native-pdf-printer
Usage
import { printPdf } from 'react-native-pdf-printer';
// ...
const result = await printPdf("/path/to/local/pdf/file.pdf");
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library