Electron Converter PDF to Txt

0

I'm developing an electron app. The application should receive a PDF file and transform into txt. I used the PDF2JSON lib however, if used along with the electron, it gives worker error: "Uncaught Error: No PDFJS.workerSrc specified" . What would be the best way to convert PDF to text using Electron without having to redirect to an external server?

    
asked by anonymous 23.02.2018 / 03:53

0 answers