This piece of software extracts URLs from PDF files and pass them on to archiveurl to archive them on Wayback Machine.
Store the PDF file as file.pdf
in the project folder and then run:
$ docker build . -t openbookpublishers/archive_urls_pdf
$ docker run --rm \ -v /path/to/local/file.pdf:/archive_urls_pdf/file.pdf \ openbookpublishers/archive_urls_pdf