is-pdf

1.0.0 • Public • Published

is-pdf Build Status

Check if a Buffer/Uint8Array is a PDF file

Install

$ npm install --save is-pdf

Usage

var isPdf = require('is-pdf');
var read = require('fs').readFileSync;
 
isPdf(read('foo.pdf'));
// => true

License

MIT License © Kevin Mårtensson

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    995
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    995
  • 0.1.0
    2

Package Sidebar

Install

npm i is-pdf

Weekly Downloads

347

Version

1.0.0

License

MIT

Last publish

Collaborators

  • kevva