whenever select the multiple files through input type file then print the filename and number of pages present in file using React-pdf

175 views Asked by At

I just want to display multiple filenames and the number of pages present in a particular file. for the number of pages, I'm using the react-pdf library

I'm only able to display file names but didn't able to demonstrate/show pdf files when I selected (input file method)

my screenenter image description here

code is here: -

codesandbox code link

part1

part2

part3

part4

0

There are 0 answers