Blog 2019/11/27
<- previous | index | next ->
Here's a Python script which will display a random page from a random PDF (in the current directory).
Assumptions:
- macOS
pdftk
pdfinfo
(brew install poppler
)
UPDATE: added a variant of the script which is a Flask web app.