react-native-pdf-to-image
TypeScript icon, indicating that this package has built-in type declarations

3.3.0 • Public • Published

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

Package Sidebar

Install

npm i react-native-pdf-to-image

Weekly Downloads

47

Version

3.3.0

License

MIT

Unpacked Size

33.2 kB

Total Files

22

Last publish

Collaborators

  • ajumal-ashraf