Is there any way to preserve image captions from Confluence when exported to Word (without having to buy an addon?)
Thanks in advance,
Paul
Hi @paul.moloney ,
unfortunately confluence does not natively preserve image captions when exporting to Word. You should buy an external app for that (like Scroll Word Exporter).
Fabio
Hi Paul,
Unfortunately, the native “Export to Word” feature in Confluence Cloud does not preserve image captions — captions are treated as styled text below the image (not bound metadata), and Word exports them as plain paragraphs without a direct link to the image itself.
That’s why after export, captions appear either as separate lines or get lost depending on how they were added.
🧩 Workarounds you can try
⚠️ Why this happens
The default exporter only serializes XHTML page content without referencing CSS styling from macros.
Captions (even when using the “Image Caption” macro) are not part of the <figure> element, so they’re dropped during XML → DOCX conversion.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.