 |
If you archive your comics in scanned form, or
downloaded free comics off the web, you may have
come across comics in the
CDisplay
format (extension CBR or CBZ).
I've written a simple Perl utility to convert
to and from CBZ (sorry no RAR yet) and PDF form.
To create a CBZ file from a PDF file, you would use the command:
pdf2cbz mypdffile.pdf
To create a PDF file from a CBZ file, you would use the command:
pdf2cbz mycbzfile.cbz
pdf2cbz requires the pdfimages utility, part of the xpdf suite,
available from
here.
Please note that there are ports of this utility to most operating
systems, including Linux and Windows.
pdf2cbz also requires Perl, and should work under all operating systems
that support Perl.
|