![]() |
ConvertComic to PDF via bash in Linux - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: Other graphics software (https://www.gimp-forum.net/Forum-Other-graphics-software) +--- Thread: ConvertComic to PDF via bash in Linux (/Thread-ConvertComic-to-PDF-via-bash-in-Linux) |
ConvertComic to PDF via bash in Linux - vitforlinux - 03-03-2025 Yesterday I wanted to change the subject a bit and I fished out an old script of mine to convert the CBR (rar) and CBZ (zip) Comics Books files to PDF on bash using Linux. I could probably add the CBT (tar) and CB7 (7zip) formats, but I can't find sample files for the tests. The repo is located here: https://github.com/vitforlinux-gimp/convertcomic RE: ConvertComic to PDF via bash in Linux - vitforlinux - 03-03-2025 I was lucky and found sample CBT and CB7, so I added support. |