parse-pdf

1.0.0 • Public • Published

parse-pdf

NPM Version License Build Status

Get text content and metadata about pdf

Usage

const fs = require('fs')
const parsePdf = require('parse-pdf')
 
const parsed = await parsePdf(fs.readFileSync('some-pdf-file.pdf'))
 
console.log(parsed.pages[0].text)

License

See license

Readme

Keywords

Package Sidebar

Install

npm i parse-pdf

Weekly Downloads

19

Version

1.0.0

License

MIT

Unpacked Size

50 kB

Total Files

10

Last publish

Collaborators

  • bjrmatos