1.0.0 • Published 10 years ago

get-pdf-urls v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

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