shell script to convert .pdf digital comics to .cbr.
- ImageMagick
sudo apt-get install imagemagick
- RAR
sudo apt-get install rar
- PDFTK
sudo apt-get install pdftk
- Make it executable
sudo chmod +x ./pdf2cbr.sh
- Just the .pdf file as parameter
./pdf2cbr <file.pdf>
- Done! ✨