Skip to content

Instantly share code, notes, and snippets.

View cxandru's full-sized avatar

Cass Alexandru cxandru

View GitHub Profile
@matthieuheitz
matthieuheitz / djvu2pdf.sh
Last active August 29, 2025 11:56
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