![]() |
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. RE: ConvertComic to PDF via bash in Linux - vitforlinux - 03-30-2025 It's been a while, and I've added CBT and CB7, and image folders, as well as making PDFs can create CBZ CBR CBT CB7. So you can create your own Comic Book or PDF from a folder of images. Convert a Comic Book from one format to another. There is also a crude system to avoid overwriting files. |