.cb7 File Extension
.cb7 comic archive is, which apps open it, how Poly supports it, and when CBZ or PDF may be a better choice. File extension details for .cb7
Full Support| File type | CB7 comic book archive |
|---|---|
| MIME type | |
| Encoding | Binary 7z archive containing ordered page images and optional metadata |
| Operating systems | Windows, macOS, Linux |
| Opens with | calibre, Okular, 7-Zip |
| Poly support | Yes. Poly provides document features for supported CB7 comics. |
| Indexed by Poly | Yes. Poly indexes page text with OCR and page-level visual similarity. |
| Preview in Poly | Yes. CB7 files open as paginated documents in Poly's PDF viewer. |
| Poly agent | Yes. The Poly agent can read the converted comic's page text and images. |
What kind of file is a .cb7?
A .cb7 file is a digital comic packaged in a 7z archive. Its members are usually JPEG or PNG page images named in reading order. Some archives also include ComicInfo.xml metadata. The suffix tells comic-reading software to present those images as sequential pages instead of as an ordinary archive.
The commonly used application/x-cb7 MIME type is not registered with IANA. The freedesktop.org shared MIME database associates it with .cb7 and treats it as a subtype of application/x-7z-compressed.1
A normal 7z file begins with the six bytes 37 7A BC AF 27 1C.2 That signature confirms the container, not the comic intent. Check that the archive contains a sensible image sequence before trusting a misleading filename.
.7z file to .cb7 does not turn its contents into a comic. Renaming a CB7 to .cbz does not convert its 7z container into ZIP.How do I open a .cb7 on my computer?
- On Windows and macOS, calibre can import, read, and convert CB7 files.3
- On Linux, calibre works across common desktop environments. Okular also supports CB7 through its comic-book reader.4
- With 7-Zip or another 7z utility, you can inspect and extract the original page images, but you will not get comic-reader controls such as page spreads or reading direction.
If pages appear as 1, 10, 2, rebuild the archive with zero-padded names such as 001, 002, and 010. Readers can disagree about sorting because CB7 has no published normative specification.
Poly support for .cb7
Poly gives supported CB7 comics a thumbnail and paginated preview, then makes page text and visual content searchable. OCR helps with words drawn into scanned pages, and the Poly agent can read page text and images together.
The preview is a converted document view, so keep the original when exact image bytes, archive properties, or native comic metadata matter. Encrypted, damaged, or unsupported archives may have limited processing.
History of .cb7
CB7 has no authoritative inventor or introduction date. It developed as part of the comic-book archive family, where the final letter indicates the underlying container: CBZ uses ZIP, CBR uses RAR, CBT uses TAR, and CB7 uses 7z.
Desktop and reader support emerged independently rather than through a formal standard. Okular 1.9 added CB7 support in December 2019, while current calibre documentation lists CB7 among its supported input formats.34
Working with .cb7 and alternatives
| Format | Container | Practical advantage |
|---|---|---|
| CB7 | 7z | Compact archival options and solid compression |
| CBZ | ZIP | Broad reader and extraction-tool compatibility |
| CBR | RAR | Common in existing comic collections |
| Easy sharing, printing, and fixed-page viewing |
Choose CBZ when device compatibility matters most, PDF for fixed pages and printing, or extracted images for editing and restoration. Conversion requires extracting or decoding the CB7 and writing a new output format. It is not a filename-only change.
Treat unknown CB7 files as untrusted archives. Inspect their members with maintained software, reject paths that escape the extraction folder, and avoid unexpected executables. 7z can use solid compression and AES-256 encryption, but encryption does not prove who created a file or whether its contents are safe.5
Footnotes
- freedesktop.org shared MIME-info project, mirrored by Debian. Shared MIME Database Definition. The definition associates
application/x-cb7with.cb7and subclasses it fromapplication/x-7z-compressed. ↩ - 7-Zip. How to Recover a Corrupted 7z Archive. The documented start header includes the six-byte 7z signature. ↩
- calibre. Frequently Asked Questions: Supported Conversion Formats. CB7 is listed as an input format. ↩ ↩2
- KDE. Okular 1.9 Released. The release added support for CB7 comic-book archives. ↩ ↩2
- 7-Zip. 7z Format. The format overview documents solid compression, Unicode filenames, compressed headers, and AES-256 encryption. ↩