Skip to content

ajumal-ashraf-dev/react-native-pdf-to-image

react-native-pdf-to-image

Installation

npm install react-native-pdf-to-image

Usage

import { convert, convertB64 } from 'react-native-pdf-to-image';

const uri = 'file:///data/.........' // Any PDF file uri
const images = await convert(uri);   // { outputFiles: [' /* image file path in cache */'] }

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

About

React Native Plugin for converting PDF documents to image files

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published