MComas1 / comics2pdf

A script to convert comic files (cbr, cbz) to pdf, in python3.
13 stars 18 forks source link

Requires an executable to un-rar .cbr files #2

Open melyux opened 4 years ago

melyux commented 4 years ago

Following the install directions as they are leads to the error:

patoolib.util.PatoolError: could not find an executable program to extract format rar; candidates are (rar,unrar,7z),

Maybe a package that unrars files by itself without just being a wrapper around existing tools should be used

harshitaggarwal2010 commented 4 years ago

For your problem, you need to install any one of (rar,unrar,7z) and put it in path variables.

there is a workaround also. cbr is basically zip file of images. unzip it to a folder using any unarchiver app and print that folder and on prompt click save it as pdf. there you go