Socket
Book a DemoInstallSign in
Socket

get-pdf-urls

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-pdf-urls

Get all urls from a pdf file.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

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

Keywords

urls

FAQs

Package last updated on 12 Oct 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts