wonday / react-native-pdf

A <Pdf /> component for react-native
MIT License
1.58k stars 544 forks source link

feature request: Pdf preview #457

Open v0lume opened 4 years ago

v0lume commented 4 years ago

It would be great if this extension can somehow display first page preview. Possible use case: display preview in FlatList for better navigation

image

vikas5914 commented 4 years ago

I think that can be done server side. You can use ghostscript for that.

alpha0010 commented 3 years ago

I also needed this capability, so tried creating my own library: https://github.com/alpha0010/react-native-pdf-viewer . It has very few features compared to this project, but if all you need is to render a page, might meet your needs.