Skip to content

Releases: MicheleCotrufo/pdf2bib

v1.2

18 Jun 16:03
Compare
Choose a tag to compare

Main changes

  • Added the CLI option -nostore, which allows the user to opt out of the default behaviour of pdf2doi regarding storing the found identifier into the pdf metadata. When -nostore is added to the CLI invokation of pdf2bib, the pdf files will not be modified by pdf2doi.

Added

  • Make sure entry id can not contain commas #8.
  • Make sure that the input variable target is converted to a string before processing, and Fix trailing colon for some PDF files #16. (see issue #11 )

v1.0.3

27 Jan 05:01
Compare
Choose a tag to compare

-Fixed a bug that made it possible that the author string would end with a final "and"
-Reshaped the output when using it via command line

v1.0.2

25 Jan 04:35
Compare
Choose a tag to compare

-Cleaned up code, removed several unused imports
-Fixed a bug in the bibtex_makers.make_bibtex(metadata) function

v1.0.1

02 Jan 10:44
Compare
Choose a tag to compare
  • Initial release
  • BibTeX functionalities separated from the older version of pdf2doi (v0.7)