Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 435 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 435 Bytes

cbzTool

A collection of tools for downloading and converting CBZ files.

Setup

Use maven to build the application, and include the assembly:single goal if you want to create a runnable JAR with all dependencies.

mvn clean install assembly:single

Usage examples

CBZ to PDF

java -jar target/cbztool-jar-with-dependencies.jar -pdf /path/comic.cbz /path/out.pdf

or bulk convertion

./bin/cbz2pdf comicdir pdfdir