fileid

0.0.2 • Public • Published

A node.js addon for Oracle's file id library.

Usage

var fileid = require('fileid');

fileid.identify('/home/foo/bar.xls', function (err, details) {

    console.log(details);

});

Output

{ id: 1446, name: 'Microsoft Excel 2000' }

Compiling Prerequisites

Download the Oracle file id SDK, place the header files in /usr/local/include/fileid and the entire contents of the sdk's redist directory into /usr/local/lib/fileid. Make sure /usr/local/lib/fileid is in $LD_LIBRARY_PATH.

Oracle

You can download Oracle's tools at the following URL: http://www.oracle.com/technetwork/middleware/content-management/downloads/oit-dl-otn-097435.html

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    6
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    6
  • 0.0.1
    2

Package Sidebar

Install

npm i fileid

Weekly Downloads

3

Version

0.0.2

License

BSD

Last publish

Collaborators

  • ryancole