An open API service indexing awesome lists of open source software.

https://github.com/openbookpublishers/archive_urls_pdf

Archive the URLs reported in a PDF file to Wayback Machine
https://github.com/openbookpublishers/archive_urls_pdf

Last synced: 5 months ago
JSON representation

Archive the URLs reported in a PDF file to Wayback Machine

Awesome Lists containing this project

README

          

# archive_urls_pdf
This piece of software extracts URLs from PDF files and pass them on to [archiveurl](https://github.com/OpenBookPublishers/archiveurl) to archive them on Wayback Machine.

# Run
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`