mikecousins/react-pdf-js

How can i render the PDF file from input type file?

Closed this issue · 1 comments

I am having a website in react to upload PDF after uploading i just want to show the file in React-pdf-js without saving the file to server is its possible? I am trying it out but i cant able to achieve this

There's no reason to upload it if you want to display it without saving on the server. Just load it as a local file.