https://github.com/smarr/pdftitlepagerefqr
Generate PDF Title Page with Full Reference and QR Code
https://github.com/smarr/pdftitlepagerefqr
Last synced: over 1 year ago
JSON representation
Generate PDF Title Page with Full Reference and QR Code
- Host: GitHub
- URL: https://github.com/smarr/pdftitlepagerefqr
- Owner: smarr
- License: mit
- Created: 2013-09-04T22:26:04.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-09T23:22:21.000Z (almost 13 years ago)
- Last Synced: 2025-01-21T10:49:58.746Z (over 1 year ago)
- Language: Python
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Generate PDF Title Page with Full Reference and QR Code
=======================================================
A Python script to download the PDFs listed in a bibtex file and generate 1-page
PDF files where containing the title page with the full reference and a QR code
for the download.
Such title pages are nice to put up on blackboards to expose the research of
a lab.
Usage
-----
This git repository should be self contained and work at least on Python 2.7.
Title pages can be generated by invoking the script with a bibtex file as
parameter:
./create-front-pages.py references.bib
It will download all PDFs listed as `pdf` in the bibentries. Note that the
bibkey is used for file names. The resulting files are named
`$bibkey.with-ref.pdf`.
License
-------
This code is distributed under the MIT License. Please see the LICENSE file for
details.