My application takes as input a multi-page PDF. I’d like to turn that PDF into images, all in the browser in my react application.
Then, I’d like to be be able to upload those images to my Firebase Storage instance.
Which React JS library would enable me to accomplish this?