Skip to content

hoffmangroup/pdfuris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdfuris: extract URIs from PDF

pdfuris extracts URIs from a PDF and prints them to stdout. It is most useful for getting a list of URIs to check validity before submitting a publication.

Prerequisites

  • Python >=3.6
  • PyPDF2 (installed automatically by pip)

Installation

python -m pip install pdfuris

Replace python with whatever command runs a version that is of Python 3.6 or greater.

Usage

usage: pdfuris [-h] [--version] infile

Extract URIs from PDF.

positional arguments:
  infile      input PDF file

optional arguments:
  -h, --help  show this help message and exit
  --version   show program's version number and exit

History

Derived from pdfcomments.

License

GNU General Public License v3.

Support

You are welcome to post issues but no guarantee of support is provided. Pull requests are welcome.