Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Clunkily convert comic book archives to PDFs of the contained images.

License

NotificationsYou must be signed in to change notification settings

nickveys/cbr2pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby gem to convertComic Book Archive files to PDFs.

Currently supports CBR and CBZ archives.

Installation

Add this line to your application's Gemfile:

gem 'cbr2pdf'

And then execute:

$ bundle

Or install it yourself as:

$ gem install cbr2pdf

Usage

General form:

cbr2pdf -o OUTPUT_FILE INPUT_FILE [INPUT_FILE...]

For example, to convert a single CBR to a PDF:

cbr2pdf -o mybook.pdf mybook.cbr

Or, to combine several CBRs into a single PDF:

cbr2pdf -o mytpb.pdf book1.cbr book2.cbz book3.cbr

CBR and CBZ archives can be mixed. All pages will be added sequentially by name, and books will be added in the order they are specified.

Requirements

Requiresunrar application available on command line to handle CBR files.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Clunkily convert comic book archives to PDFs of the contained images.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp