Calibre 9.13 Released: PDF Fixes & Content Server Updates
Calibre 9.13 Is Out — August 7, 2026
On August 7, 2026, Calibre released version 9.13, a stability-focused update that fixes several regressions introduced in the 9.x series. The headline changes touch three areas that matter most to regular users: PDF output, the Content Server, and Windows stability. There are also fixes for the book details panel, the bulk metadata dialog, and image compression in the Edit Book tool.
Calibre has settled into a rapid release cadence in 2026 — roughly every two weeks. That means each update is smaller than the annual feature drops of previous years, but it also means regressions get fixed quickly. 9.13 is a textbook example: it arrived just seven days after 9.12 and its changelog is almost entirely bug fixes. If you skipped the last update or two, this guide explains what changed across both 9.12 and 9.13 and what it means for your EPUB conversion and ebook management workflow.
For context, the 9.x series has been running since the beginning of the year, and each release has refined a different corner of the application. The 9.8 update focused on Kobo and KEPUB sync, 9.9 added new output profiles, 9.10 tightened the upgrade path, and 9.11 added annotation export. The pattern is clear: Calibre is iterating on the conversion engine, the server, and the editing tools in parallel, and 9.12–9.13 continue that work.
PDF Output: Link Scrolling Fixed
The most important fix in 9.13 is in the PDF output engine. Calibre 9.0 introduced a regression where links inside a converted PDF scrolled to a position a few lines above the actual target — the click landed at the target location minus the top margin. For anyone who converts EPUB to PDF for print, distribution, or archival, this was a visible annoyance: internal links, table-of-contents jumps, and cross-references all landed slightly off-target.
9.13 corrects the scroll offset so links in PDF output now land exactly where they should. If you produce PDFs from EPUBs with Calibre's conversion engine — whether through the GUI or the command line — this is worth testing on your own documents after upgrading.
Why does the fix matter beyond cosmetics? PDFs are the format people print, share with publishers, and archive long-term. A table of contents that jumps to the wrong line breaks the reading flow, and in a reference-heavy document it can make internal navigation feel broken. If you have generated PDF libraries from the 9.x era, re-exporting the ones you actively use is a good idea now that the scroll offset is corrected.
There is a related Linux improvement: Calibre now preloads the html5-parser to avoid errors on systems that ship an ancient libxml2 when converting to PDF. This addresses a class of PDF conversion failures on older Linux distributions where the HTML parsing layer misbehaved under Qt WebEngine probing. If you run Calibre on a distro with a conservative package baseline — think Debian stable or an older LTS — and you have seen odd PDF conversion failures, this is likely the fix you have been waiting for.
Content Server: Three Regressions Squashed
The Calibre Content Server — the built-in web server that lets you browse and read your library from any browser — received three fixes in 9.13:
- Data file uploads fixed: uploading a data file to a book with no existing data files previously threw an error. That path now works.
- Built-in viewer search restored: a regression from 9.12 broke searching inside the Content Server's built-in e-book viewer. Search is back.
- Conversion options restored: the conversion options sections were missing from the server's conversion interface after the previous release. They render again.
If you self-host Calibre and access your library remotely through the Content Server, upgrading to 9.13 is a no-brainer — the viewer search fix alone affects how you find passages in large e-book collections on the go. The upload fix matters for readers who attach covers, fonts, or supplementary files to their books through the web interface, and the conversion options fix restores a workflow that remote power users rely on when they trigger conversions from a phone or tablet browser.
For anyone who has ever set up Calibre as a personal ebook server — a genuinely popular self-hosting project — the Content Server has become the most-used feature in the application. Keeping it stable is exactly what these three fixes do.
Windows Stability and Interface Fixes
9.13 also addresses a set of user-facing issues:
- Windows crash fix: some third-party plugins that tried to send notifications from non-GUI threads could crash Calibre on Windows. That crash path is fixed.
- Book details panel: drag-and-drop of covers was broken by a regression in the previous release. It works again.
- Bulk metadata dialog: yes/no buttons were hidden for Yes/No column edit controls in the bulk metadata editor. They display correctly now.
- Edit Book image compression: converting GIF to JPEG on Windows no longer errors out.
None of these change how EPUB conversion works, but they remove friction for everyday library management — particularly on Windows, where the notification crash could affect users running common plugin stacks. The drag-and-drop cover fix is the kind of small regression that quietly annoys people who curate large libraries, because updating covers is a routine task when you are cleaning up metadata. The bulk metadata dialog fix matters for anyone who maintains custom Yes/No columns — a popular pattern for tracking read status, owned formats, or review queues.
What You Missed in Calibre 9.12 (July 31, 2026)
If you only update every few releases, the 9.12 update from July 31, 2026 deserves attention too. It was the more feature-heavy of the two releases:
| Feature | What it does | Who benefits |
|---|---|---|
| macOS AirDrop sharing | Share books from Calibre to nearby Apple devices via the Connect/Share button | Mac users who read on iPhone or iPad |
| Content Server plugin endpoints | Plugins can now add new endpoints to the server backend | Developers and power users extending Calibre |
| GIF to JPEG/WebP compression | Edit Book's Compress Images tool can convert GIF to JPEG or WebP | Anyone optimizing ebook images for EPUB size |
| ToC Editor sort button | Sort entries in the Table of Contents editor with one click | Editors rebuilding EPUB navigation |
| OPDS kind metadata | Content Server OPDS feeds include kind metadata on links | OPDS reader app users browsing your library |
| Kobo driver Tolino support | Support for the latest Tolino firmware in the Kobo driver | Owners of Tolino e-readers syncing via Calibre |
The GIF to JPEG/WebP conversion in Edit Book is genuinely useful for EPUB work: GIF images are large and render inconsistently on some e-readers, so converting them to JPEG or WebP during cleanup can shrink file size noticeably. Combined with Calibre's other EPUB polish tools, it rounds out the image-optimization story nicely. For a deeper look at annotation exports, see our Calibre 9.11 annotations export guide; for the metadata side, editing EPUB metadata is covered separately.
The Tolino firmware support in the Kobo driver is a small but significant compatibility win. Tolino devices are popular in German-speaking markets, and they share the Kobo platform lineage closely enough that the driver needs to track both firmware lines. If you read on a Tolino, this update keeps your Calibre sync working after the latest Tolino firmware push.
How to Update Calibre
Updating is simple, and your library and plugins carry over:
- Windows: Calibre usually offers the update automatically. If not, go to Help → Check for updates.
- macOS: Run the built-in updater or download the new disk image from the official site.
- Linux: Use your distribution's package manager, or install the official binary. Note the 9.13 html5-parser preload fix, which helps on distros with older libxml2.
- Verify: After updating, open Help → About and confirm the version reads 9.13.
One caution: if you rely on third-party plugins, check their compatibility after the upgrade. Calibre's rapid release cycle occasionally breaks older plugins, and the 9.13 Windows crash fix specifically touches plugin notification code paths. The plugin management dialog (Preferences → Plugins) shows which plugins have updates available, and most popular plugins are updated within days of a Calibre release.
What This Means for EPUB Conversion
For the core use case of this site — converting DOCX, PDF, and other formats to EPUB — 9.13 is a low-risk, worthwhile update. The conversion pipeline itself is unchanged, so your existing EPUB-to-Kindle workflow and output profiles keep working exactly as before. What improves is the surrounding experience: PDF output links behave correctly, the Content Server is stable for remote reading, and Windows users with plugin-heavy setups lose a crash source.
If you use Calibre primarily as a converter, the biggest practical gains from the 9.12–9.13 pair are the Edit Book image compression options and the PDF link fix. If you use Calibre as a library server, the Content Server fixes are the reason to upgrade today. Either way, the update takes minutes and requires no reconfiguration.
There is one practical tip for converter users: after upgrading, re-run a conversion on a document you converted during the 9.0–9.12 era and compare the PDF output. The link-scroll fix is the kind of change that is invisible in a changelog but obvious in a side-by-side comparison, and confirming it on your own files gives you confidence the output is production-ready again.
For more Calibre coverage, see our Calibre 9.10 upgrade guide, the 9.9 new features overview, and the 9.8 Kobo/KEPUB sync article. If you are choosing between tools, the Calibre vs Sigil comparison and the library management guide are good next reads.
Frequently Asked Questions
When was Calibre 9.13 released?
Calibre 9.13 was released on August 7, 2026. It is primarily a bug-fix release that corrects regressions in PDF output, the Content Server, and Windows stability, arriving one week after Calibre 9.12.
Does Calibre 9.13 change how EPUB conversion works?
No. The EPUB conversion pipeline is unchanged in 9.13. The update fixes PDF output link scrolling, Content Server regressions, and several interface and Windows stability issues. Existing conversion workflows, output profiles, and command-line scripts keep working as before.
What was fixed in Calibre 9.12?
Calibre 9.12 (July 31, 2026) added macOS AirDrop book sharing, Content Server plugin endpoints, GIF-to-JPEG/WebP image compression in Edit Book, a ToC Editor sort button, OPDS kind metadata, and Kobo driver support for the latest Tolino firmware, plus a set of bug fixes.
How do I update Calibre to 9.13?
On Windows, use Help → Check for updates or the automatic updater. On macOS, run the built-in updater or download the new disk image. On Linux, use your package manager or the official binary. After updating, confirm the version in Help → About.
Will my Calibre plugins break after updating to 9.13?
Most plugins survive point releases, but Calibre's rapid two-week cadence can occasionally break older third-party plugins. The 9.13 Windows crash fix specifically touches plugin notification code, so check plugin compatibility after upgrading if you run a plugin-heavy setup.