Back
Question
Asked

Anyone have a suggestion for simple pdf rendering in react?

Hi I'm trying to embed pdf files inside my electron app with react. react-pdf is being a pain, and I'm wondering if there's an easier way to do this?   


react-pdf uses pdf.js under the hood but it’s setup isn’t straight forward. maybe cause I’m working with pdfs for the first time