Skip to content

Instantly share code, notes, and snippets.

@sarkologist
sarkologist / djvu2pdf.sh
Created March 28, 2020 13:16 — forked from matthieuheitz/djvu2pdf.sh
djvu2pdf, a conversion script using ocrodjvu and pdfbeads
#!/bin/bash
# Method found here https://askubuntu.com/a/122604/423332
# Dependencies:
# On ubuntu, you can install ocrodjvu and pdfbeads with:
# sudo apt install ocrodjvu
# gem install pdfbeads
# The path and filename given can only contain ascii characters