Skip to content

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

Notifications You must be signed in to change notification settings

marcoceppi/pdf-to-cb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%