pdfmeta
v0.1.1
Published
A simple library that interprets PDF info built entirely with Javascript
Readme
pdfmeta
Just returns meta information about a PDF using pdfjs.
Install
npm install pdfmeta --saveUsage
var pdfmeta = require('pdfmeta')
pdfmeta.getInfo(filePath).then(function(data) {
console.log(data)
})getInfo(<path, buffer>)
- getInfo can accept either a file path or a buffer
Development
If you're interested in extending this library, clone this repository and run the appropriate tests.
git clone [email protected]:sjlu/pdfmeta.git
cd pdfmeta
npm testLicense
MIT
