1.0.0 • Published 4 years ago
pdf-juice v1.0.0
pdf-juice
Extract information from pdfs in txt, json and/or html.
installation
npm i pdf-juice
usage
const { PdfJuice } = require('pdf-juice');
(async () => {
const juice = new PdfJuice({ formats: ['json', 'txt', 'html']});
await juice.processFile('./The Complete Works of H.P. Lovecraft.pdf');
})();
1.0.0
4 years ago