| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| dist-2.7.0.zip | 2026-03-24 | 143.9 MB | |
| PDF to CBZ - v2.7.0 source code.tar.gz | 2026-03-24 | 98.5 MB | |
| PDF to CBZ - v2.7.0 source code.zip | 2026-03-24 | 100.1 MB | |
| README.md | 2026-03-24 | 2.3 kB | |
| Totals: 4 Items | 342.5 MB | 32 | |
Dad Joke Of the Release
What do you call a meditating dog? Aware wolf 🐺🤣
What's Changed
1. New PDF to CBZ (Comic Book Archive) Tool
- Convert any PDF into a CBZ file for comic book readers like Komga, Kavita, CDisplayEx, and Calibre
- Choose between JPEG, PNG, or WebP image formats with quality and scale controls
- Optional grayscale conversion and manga mode (right-to-left reading)
- Full metadata support with ComicInfo.xml, metadata.opf, and ComicBookInfo JSON which works with both comic readers AND Calibre
- Fill in Title, Series, Volume, Issue Number, Author, Publisher, Tags, Published Year, and Rating
2. PDF to TIFF Revamp
- Added compression options: LZW, Deflate, CCITT Group 4, JPEG, PackBits, or None
- DPI slider (72–600) for print-quality control
- Color mode selector: Color (RGB), Greyscale, or Black & White (1-bit)
- Multi-page TIFF support — save all pages as a single TIFF file instead of a ZIP
- CCITT Group 4 compression auto-selects B&W mode for optimal document archival
3. PDF Editor Update
- Added Free Highlight annotation tool
- Added Insert Text annotation
- Added Replace Text annotation
- Added Comment annotations
- Annotations can now be rotated
4. OCR Improvement
- Fonts are now subsetted instead of fully embedded by default, significantly reducing output file size
- Added option to opt out and embed full fonts if needed
Bug Fixes
- Fixed Docker healthcheck using
curl(not available in Alpine image) and now useswget - Fixed custom 404 page not being served by nginx and added
error_page 404directive
By the Community ❤️
- Minor Dutch language corrections by @Stephan-P in https://github.com/alam00000/bentopdf/pull/594
- feat: add page up/down hotkeys for quick bookmark input by @lukasstorck in https://github.com/alam00000/bentopdf/pull/601
- Fix missing translations in Settings/Shortcuts modal by @hagibr in https://github.com/alam00000/bentopdf/pull/521
- Implement missing i18n translations for PDF-to-Image modules by @Skillkiller in https://github.com/alam00000/bentopdf/pull/565
New Contributors
- @lukasstorck made their first contribution in https://github.com/alam00000/bentopdf/pull/601 ❤️
Full Changelog: https://github.com/alam00000/bentopdf/compare/v2.6.0...v2.7.0