Skip to content

janoliver/pdf2bib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

pdf2bib

This script extracts the DOI number (dx.doi.org) from PDF files and downloads the metadata needed for bibtex entries.

Dependencies

This script has the following dependencies:

  • pdftotext or pdftohtml, both contained in Poppler

Usage

Examples:

Find all papers in ~/Library/2006 and add ~/My_new_paper.pdf and write the output to mybib.bib, excluding the fields file and url.

pdf2bib.py -o mybib.bib -e file,url ~/Library/2006 ~/My_new_paper.pdf

Write output to stdout and analyze ~/Library

pdf2bib.py ~/Library

About

Small script to write bibtex files from PDFs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages