0.4.3 • Published 7 years ago

azure-pdfinfo v0.4.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

azure-pdfinfo

A simple api for reading pdf meta info via xpdf's pdfinfo(1).

Requires

Install

$ git clone https://github.com/Aserus/node-azure-pdfinfo.git
$ cd azure-pdfinfo
$ npm install

Example

var PDF = require('azure-pdfinfo');

var pdf = PDF('test/pdf/basic.pdf');

pdf.info(function(err, meta){
  if (err) throw err;
  console.log('pdf info', meta)
})

You can also pass a readable stream into the first argument instead of a file.

License

MIT

0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago