The answers to How to extract text from a PDF in JavaScript use pdf.js. But “PDF.js is built into version 19+ of Firefox.”
Using only native methods and no external library, is it possible to use Firefox to extract text from a pdf that was loaded with input[type="file"]
? It appears that neither PDFJS
nor pdfjsLib
are natively defined.