npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

is-pdf

1.0.0

@kevva

npmHomeRepoSnykSocket
Downloads:1278
$ npm install is-pdf
DailyWeeklyMonthlyYearly

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