get-pdf-urls

1.0.0 • Public • Published

get-pdf-urls Build Status

Get all uniq and normalized urls from a pdf file.

Dependencies:

On osx: brew install xpdf

On debian: apt-get install poppler-utils

Any other please install the similar ones.

Install

$ npm install --save get-pdf-urls

Usage

var getPdfUrls = require('get-pdf-urls');
getPdfUrls('your.pdf', function(err, urls){
    if(!err){
        console.log(urls);
    }
});

CLI

$ npm install --global get-pdf-urls
$ get-pdf-urls -h
 
  Usage
    get-urls <file>

License

MIT © Hemanth.HM

Package Sidebar

Install

npm i get-pdf-urls

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • hemanth