Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Conversion

Notices

Reply
 
Thread Tools Search this Thread
Old 02-15-2009, 08:49 PM   #16
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,843
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
the windows version of calibre has a built in rar library. Try the following from the command line

any2epub filename.rar

and post the error message
kovidgoyal is offline   Reply With Quote
Old 02-17-2009, 09:26 AM   #17
giddion
Connoisseur
giddion doesn't littergiddion doesn't litter
 
Posts: 73
Karma: 186
Join Date: Feb 2009
Location: CT, USA
Device: samsung i910 now - cybook later
Error I get is:
Code:
Traceback (most recent call last):
  File "from_any.py", line 204, in <module>
  File "from_any.py", line 200, in main
  File "from_any.py", line 170, in any2epub
ValueError: Conversion from CBR is not supported
giddion is offline   Reply With Quote
Advert
Old 02-17-2009, 12:39 PM   #18
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,843
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Oops, my mistake the command should be

comic2epub not any2epub
kovidgoyal is offline   Reply With Quote
Old 02-17-2009, 02:01 PM   #19
giddion
Connoisseur
giddion doesn't littergiddion doesn't litter
 
Posts: 73
Karma: 186
Join Date: Feb 2009
Location: CT, USA
Device: samsung i910 now - cybook later
That command gives:
Code:
Traceback (most recent call last):
  File "from_comic.py", line 16, in <module>
  File "C:\Program Files (x86)\calibre\library.zip\calibre\ebooks\lrf\comic\conv
ert_from.py", line 554, in main
  File "C:\Program Files (x86)\calibre\library.zip\calibre\ebooks\lrf\comic\conv
ert_from.py", line 497, in do_convert
  File "C:\Program Files (x86)\calibre\library.zip\calibre\ebooks\lrf\comic\conv
ert_from.py", line 57, in extract_comic
  File "calibre\__init__.pyo", line 144, in extract
Exception: Unknown archive type
But the comic archive opens just fine with comical.
giddion is offline   Reply With Quote
Old 02-17-2009, 02:20 PM   #20
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,843
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
rename the file from .rar to .cbr
kovidgoyal is offline   Reply With Quote
Advert
Old 02-17-2009, 02:52 PM   #21
giddion
Connoisseur
giddion doesn't littergiddion doesn't litter
 
Posts: 73
Karma: 186
Join Date: Feb 2009
Location: CT, USA
Device: samsung i910 now - cybook later
Did you mean that the other way around? The file is a CBR
giddion is offline   Reply With Quote
Old 02-17-2009, 03:40 PM   #22
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,843
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Quote:
Originally Posted by giddion View Post
Did you mean that the other way around? The file is a CBR
What's the exact file name?
kovidgoyal is offline   Reply With Quote
Old 02-26-2009, 10:11 PM   #23
banjopicker
Member
banjopicker began at the beginning.
 
banjopicker's Avatar
 
Posts: 24
Karma: 10
Join Date: May 2007
Device: PRS-505
comic2pdf missing reportlab.pdfgen ?

When I try to use comic2pdf I get the following error:

Code:
Traceback (most recent call last):
  File "from_comic.py", line 16, in <module>
  File "C:\Program Files\calibre\library.zip\calibre\ebooks\lrf\comic\convert_from.py", line 554, in main
  File "C:\Program Files\calibre\library.zip\calibre\ebooks\lrf\comic\convert_from.py", line 523, in do_convert
  File "C:\Program Files\calibre\library.zip\calibre\ebooks\lrf\comic\convert_from.py", line 395, in create_pdf
ImportError: No module named reportlab.pdfgen
I am trying comic2pdf rather than comic2epub because the graphics output on the epub files is very poor.

comic2lrf works, but I want to try using comic2pdf because I am hoping that the PDF will be able to store graphics scaled so that the image width is saved at the resolution of the Sony's height, so that comics will still be rendered at max resolution when turned to widescreen mode instead of upsampled by the reader. I currently haven't been able to do this with comic2lrf--when the reader scales up an image for widescreen view it is obviously scaled instead of at a higher native resolution, even with the -w flag set.
banjopicker is offline   Reply With Quote
Old 02-26-2009, 10:18 PM   #24
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,843
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
comic2pdf is not fully functional in the 0.4.x series. It will only be fully integrated in the 0.5.x series.
kovidgoyal is offline   Reply With Quote
Old 03-05-2009, 11:01 PM   #25
tzman
Junior Member
tzman began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Mar 2009
Device: Sony Prs 505
Conversion New Options

Please, add an option to enable/disable trimming images of the cbr/cbz. Sometimes trimming doesn't work well, and crops large areas of covers and indexes.

Thanks for all and Greetings from Spain.

Last edited by tzman; 03-05-2009 at 11:05 PM.
tzman is offline   Reply With Quote
Old 03-06-2009, 02:54 AM   #26
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,843
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
open a ticket or I will forget.
kovidgoyal is offline   Reply With Quote
Old 03-19-2009, 06:26 AM   #27
Hypernova
Hyperreader
Hypernova solves Fermat’s last theorem while doing the crossword.Hypernova solves Fermat’s last theorem while doing the crossword.Hypernova solves Fermat’s last theorem while doing the crossword.Hypernova solves Fermat’s last theorem while doing the crossword.Hypernova solves Fermat’s last theorem while doing the crossword.Hypernova solves Fermat’s last theorem while doing the crossword.Hypernova solves Fermat’s last theorem while doing the crossword.Hypernova solves Fermat’s last theorem while doing the crossword.Hypernova solves Fermat’s last theorem while doing the crossword.Hypernova solves Fermat’s last theorem while doing the crossword.Hypernova solves Fermat’s last theorem while doing the crossword.
 
Posts: 130
Karma: 28678
Join Date: Feb 2009
Device: Current: Boox Leaf2 (broken) Past: H2O, Kindle PW1, DXG;Pocketbook 360
Red face Recognize ZIP/RAR as comic

I know someone asked this before in the old thread, and I know there are a lot of ways to easily change the extension. But could you make an option so that Calibre recognize zip/rar as comic instead of some kind of text archive? All of my comic files (manga, actually) are in either zip or rar, and changing the extension, while easy enough, is kind of annoying. I don't know how many people depends on the fact that zip/rar is an archive of text files, so I don't ask to change the default behavior, but can I ask for an option? Thank you.
Hypernova is offline   Reply With Quote
Old 03-19-2009, 06:58 AM   #28
igorsk
Wizard
igorsk ought to be getting tired of karma fortunes by now.igorsk ought to be getting tired of karma fortunes by now.igorsk ought to be getting tired of karma fortunes by now.igorsk ought to be getting tired of karma fortunes by now.igorsk ought to be getting tired of karma fortunes by now.igorsk ought to be getting tired of karma fortunes by now.igorsk ought to be getting tired of karma fortunes by now.igorsk ought to be getting tired of karma fortunes by now.igorsk ought to be getting tired of karma fortunes by now.igorsk ought to be getting tired of karma fortunes by now.igorsk ought to be getting tired of karma fortunes by now.
 
Posts: 3,442
Karma: 300001
Join Date: Sep 2006
Location: Belgium
Device: PRS-500/505/700, Kindle, Cybook Gen3, Words Gear
To change extensions of many files, start command promt, change to the directory and type:
Code:
ren *.zip *.cbz
ren *.rar *.cbr
igorsk is offline   Reply With Quote
Old 03-19-2009, 03:12 PM   #29
Hypernova
Hyperreader
Hypernova solves Fermat’s last theorem while doing the crossword.Hypernova solves Fermat’s last theorem while doing the crossword.Hypernova solves Fermat’s last theorem while doing the crossword.Hypernova solves Fermat’s last theorem while doing the crossword.Hypernova solves Fermat’s last theorem while doing the crossword.Hypernova solves Fermat’s last theorem while doing the crossword.Hypernova solves Fermat’s last theorem while doing the crossword.Hypernova solves Fermat’s last theorem while doing the crossword.Hypernova solves Fermat’s last theorem while doing the crossword.Hypernova solves Fermat’s last theorem while doing the crossword.Hypernova solves Fermat’s last theorem while doing the crossword.
 
Posts: 130
Karma: 28678
Join Date: Feb 2009
Device: Current: Boox Leaf2 (broken) Past: H2O, Kindle PW1, DXG;Pocketbook 360
Thank you igorsk. I really appreciate your help, but I would like to keep my request. I can't claim something like "a lot of people will find this useful", but I still think it's a good thing to have this option.
Hypernova is offline   Reply With Quote
Old 03-19-2009, 03:58 PM   #30
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,843
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Making it an option is certainly possible, open a ticket and I'll get around to implementing it at some point.
kovidgoyal is offline   Reply With Quote
Reply

Tags
cbz, comic


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Best (approximately 7 inch) sub-250$ reader for color comics (unzipped CBR/CBZ)? Neole Alternative Devices 15 05-15-2011 05:02 PM
Cbr\Cbz to Mobi Conversion Problem arktoga Calibre 0 07-22-2010 08:37 AM
cbr and cbz convertor asdx Astak EZReader 4 02-05-2010 02:37 AM
iPod .Cbr or.Cbz on the Itouch jaxs Apple Devices 6 12-25-2009 02:53 PM
Having a problem with CBR/CBZ conversion curtw Calibre 5 10-03-2008 03:11 AM


All times are GMT -4. The time now is 05:51 PM.


MobileRead.com is a privately owned, operated and funded community.