public
Description: Script to convert Comic Book files (.cbr and .cbz) in PDF for portable reading
Homepage: http://alexgirard.com
Clone URL: git://github.com/alx/moebius.git
name age message
file .gitignore Tue Aug 12 12:02:44 -0700 2008 ignore .DS_Store [alx]
file LEEME.textile Wed Aug 27 13:16:03 -0700 2008 remove fileutils from gem list. Thanks Sandal. [alx]
file README.textile Wed Aug 27 13:16:03 -0700 2008 remove fileutils from gem list. Thanks Sandal. [alx]
directory example/ Wed Aug 13 09:16:47 -0700 2008 Add moebius example and clean some code [alx]
file moebius.rb Tue Aug 19 10:40:03 -0700 2008 Save output in same directory [alx]
README.textile

Moebius

Script to convert Comic Book files (.cbr and .cbz) in PDF for portable reading.

Usage


	cd moebius/
	./moebius.rb example/Y-The_Last_Man-001-Excerpt.cbz

It’ll output a Y-The_Last_Man-001-Excerpt.pdf file in the current directory.

Requirements

  • Ruby 1.8
  • Gems: rubygems, prawn
  • Unzip (for .cbz)
  • Unrar (for .cbr)