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
Save output in same directory
alx (author)
Tue Aug 19 10:40:03 -0700 2008
commit  14eaee2e6d0a4302fe4423242a111e2c305d8a03
tree    389ebc6e0c6a26856cdfdedce0fd2d1c5eb2afed
parent  484af9c7d65f6ca11844c0236333d5329fd40476
0
moebius.rb 100755 →
...
33
34
35
36
 
37
38
39
...
33
34
35
 
36
37
38
39
0
@@ -33,7 +33,7 @@ settings =  { :skip_page_creation => true,
0
                      :left_margin => 0       }
0
  
0
 # Generate PDF file            
0
-Prawn::Document.generate("output/#{basename}.pdf", settings) do
0
+Prawn::Document.generate("#{basename}.pdf", settings) do
0
   comicFiles.each do |file|
0
     start_new_page
0
     image file, :at => [0,802], :height => 842

Comments