How to Convert CBZ to PDF for Comics and Manga (2026 Guide)
Convert CBZ comic archives to PDF for reading on Kindle, iPad, or any device. Free desktop, command-line, and web methods.
Posted by
Related reading
How to Make a GIF from a Video (Free, Local, 2026 Guide)
Turn any video clip into an animated GIF. Free, local methods that do not upload your video, plus the best tools for editing and trimming first.
How to Convert CBR to CBZ for Comics and Manga (2026 Guide)
Convert your CBR comic files to CBZ for better compatibility. Free desktop, command-line, and web methods, plus a video walkthrough.
How to Convert PDF to CBZ for Comics and Manga (2026 Guide)
How to convert a PDF comic or manga into a CBZ file your comic reader can handle. Free desktop, command-line, and web methods, plus a video walkthrough.

Want to convert your CBZ to PDF right now?
Use our free in-browser CBZ to PDF converter. It runs locally on your device, so your comic file never leaves your computer. No uploads, no signup.
Or read the full walkthrough below.
CBZ is the standard for digital comics, but it is not the standard for general-purpose document reading. Kindles, basic e-readers, and many PDF-only workflows do not handle CBZ natively. Converting CBZ to PDF gives you a single document you can read in any PDF viewer, send by email, print, or annotate.
The conversion takes the image files inside the CBZ archive and arranges them as pages of a PDF. Image quality is preserved if you use the right settings. The trade-off is file size: a typical PDF will be larger than the original CBZ because PDFs add structure and metadata around each page.
Watch: Comic format conversion in How to Convert
Method 1: How to Convert (Easiest, Local, Cross-Platform)
How to Convert converts CBZ to PDF locally. Drop the CBZ in, choose PDF, click Convert. The pages are extracted from the CBZ archive and arranged into a PDF in the original page order.
Steps
- Open How to Convert (desktop or browser).
- Drag your CBZ onto the window.
- Pick PDF as the output format.
- Click Convert. The PDF saves next to the original.
How to Convert
The offline file converter for Mac, Windows and Linux.
- Converts video, audio, images, documents, ebooks and more
- Everything runs locally. Your files never leave your device
- Pay once. Access forever
Get the app on Mac, Windows and Linux
Method 2: Calibre (Free, Comic-Aware)
Calibre handles CBZ to PDF through its conversion engine. Add the CBZ to your library, right-click, choose Convert books, set Output format to PDF, then under PDF Output choose paper size (A4 or US Letter for printing, custom for screen reading). Click OK.
Method 3: Command Line
With unzip and img2pdf (install: pip install img2pdf):
mkdir pages unzip input.cbz -d pages/ img2pdf pages/*.jpg -o output.pdf
img2pdf is the right tool because it embeds JPGs directly without re-encoding, which keeps quality identical to the source images. If your CBZ contains PNG pages instead of JPG, change the glob to pages/*.png.
Frequently Asked Questions
Will the PDF be larger than the original CBZ?
Usually yes, by 10-30%. PDFs add structure (pages, metadata, fonts) around the embedded images. If file size matters, use img2pdf which embeds JPGs without re-encoding.
Will reading order be preserved?
Yes, as long as the page filenames inside the CBZ are in numeric order (page001.jpg, page002.jpg, etc.). Most CBZ files use this convention.
Can I send the PDF to a Kindle?
Yes. Email the PDF to your Send to Kindle address or copy it via USB. For best results, choose a paper size that matches your Kindle's screen aspect ratio when converting.
Final Thoughts
For one-off conversions, our free in-browser CBZ to PDF converter is the fastest. For batches, the How to Convert desktop app or the command-line workflow scale well. Calibre is the right pick when your comics already live inside it.
How to Convert
The offline file converter for Mac, Windows and Linux.
- Converts video, audio, images, documents, ebooks and more
- Everything runs locally. Your files never leave your device
- Pay once. Access forever
Get the app on Mac, Windows and Linux