marcoceppi / pdf-to-cb

Python script which converts PDF files to CBZ/CBR format for comic book readers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PDF to Comic Book format

Python CLI to convert PDFs to either CBZ or CBR.

Install

Pre-requisites

poppler needs to be installed and available in path before using pdf-to-cb.

Debian / Ubuntu

sudo apt install poppler-utils

RHEL / CentOS / Fedora

sudo dnf install poppler poppler-utils

Arch

sudo pacman -S poppler

Mac / OSX

brew install poppler

Windows This isn't tested or fully supported for this package. However, downloading and installing poppler-windows into the system path may work.

pipx

pipx is available for Linux, OSX, and Windows. Follow the install instructions first for pipx then the following:

pipx install pdf-to-cb

Usage

pdf-to-cb --format cbz *.pdf ~/complete/

Original inspiration: https://github.com/mathewskevin/pdf-to-cbz

About

Python script which converts PDF files to CBZ/CBR format for comic book readers


Languages

Language:Python 100.0%