Home

Awesome

manga2pdf

Simple script to download and merge manga images into a single pdf file.

Uses Ruby and Selenium.

Works with manga from Manganato. Eg: https://readmanganato.com/manga-kb961736/chapter-1.2

Requirements

You may get a "security policy" ImageMagick error. In this case add to etc/ImageMagick-6/policy.xml the following line just before </policymap>:

<policy domain="coder" rights="read | write" pattern="PDF" />

Usage

CLI Version

Launch the script like this:

ruby manga2pdf.rb -u <url> [-d] [-l 10] -o name
GUI Version

Just run

ruby manga2pdf-gui.rb

And follow the GUI.

Screenshots

CLI

GUI