3.3.0 • Published 8 months ago

react-native-pdf-to-image v3.3.0

Weekly downloads
104
License
MIT
Repository
github
Last release
8 months ago

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

3.1.3

8 months ago

3.3.0

8 months ago

3.1.2

8 months ago

3.2.0

8 months ago

3.1.1

8 months ago

3.1.0

8 months ago

3.1.4

8 months ago

0.1.0

8 months ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago