pdf-juice

1.0.0 • Public • Published

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');
})();

Readme

Keywords

none

Package Sidebar

Install

npm i pdf-juice

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

38.5 MB

Total Files

31

Last publish

Collaborators

  • jesus-seijas