Skip to content

Free toolsDocuments

CBZ to PDF

CBZ, CBR or CB7 in; one PDF page per picture out, page 2 before page 10.

More free conversions, where you upload. The Fylane extension does the same work inside any upload form, on its own free share every day.About the extension

How to convert CBZ to PDF

  1. Drop the .cbz, .cbr or .cb7 file.
  2. Nothing to choose.
  3. Press Convert and download the PDF.

What happens to your file

7-Zip opens the archive (ZIP, RAR or 7z alike); every picture inside becomes a PDF page sized to itself, sorted the way a reader counts — page 2 before page 10 — and anything that is not a picture (a ComicInfo.xml, a thumbnail folder) is skipped and counted in the report.

Pictures are placed as they are: no re-encoding, so a JPEG page stays the JPEG it was and the PDF weighs about what the archive did.

Questions

Does it keep the page order?

Yes — names are sorted naturally, so 001, 002 … 010 read in order, as do page9 and page10.

What about the other direction?

PDF to CBZ is on the list; Extract images from PDF gives you the pictures today.

Do this in code

curl -X POST https://api.fylane.dev/v1/jobs \
  -H "Authorization: Bearer $FYLANE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "file_id": "<file id>",
    "operation": "comic.to-pdf",
    "options": {}
  }'

The same operation, comic.to-pdf — A comic-book archive — CBZ, CBR or CB7 of page pictures — as a PDF, one page per picture in reading order (page 2 before page 10); up to 500 pages, non-pictures skipped and counted. Upload first with the quickstart; every option is on the operations page. 500 free credits a month, then $5 per thousand.