# @ckeditor/ckeditor5-export-word

> Export to Word feature for CKEditor 5.

Latest version **48.5.1** (published 2026-09-16) · SEE LICENSE IN LICENSE.md license · 0 weekly downloads

## Install

```sh
npm install @ckeditor/ckeditor5-export-word
pnpm add @ckeditor/ckeditor5-export-word
yarn add @ckeditor/ckeditor5-export-word
bun add @ckeditor/ckeditor5-export-word
```

## Health

**Score 65/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 48.5.1 |
| Published | 2026-09-16 |
| First published | 2020-06-30 |
| Weekly downloads | 0 |
| License | SEE LICENSE IN LICENSE.md |
| TypeScript types | separate (@types/ckeditor__ckeditor5-export-word) |
| Module format | ESM + CommonJS |
| Dependencies | 9 |
| Unpacked size | 314.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | CKSource |
| Maintainers | ckeditor |
| Keywords | ckeditor, ckeditor5, ckeditor 5, ckeditor5-feature, ckeditor5-plugin, WYSIWYG, WYSIWYM, text, rich-text, richtext, ckeditor, editor, editing, html, contentEditable, Word, print Word, save Word, convert to Word, export Word, export to Word, Word converter, HTML to Word |

## Links

- npm: https://www.npmjs.com/package/@ckeditor/ckeditor5-export-word
- Homepage: https://ckeditor.com/ckeditor-5
- Issues: https://support.ckeditor.com/hc/en-us/requests/new
- npm.io page: https://npm.io/package/@ckeditor/ckeditor5-export-word

## Dependencies (9)

- [@ckeditor/ckeditor5-ui](https://npm.io/package/@ckeditor/ckeditor5-ui.md) 48.5.1
- [@ckeditor/ckeditor5-core](https://npm.io/package/@ckeditor/ckeditor5-core.md) 48.5.1
- [@ckeditor/ckeditor5-icons](https://npm.io/package/@ckeditor/ckeditor5-icons.md) 48.5.1
- [@ckeditor/ckeditor5-utils](https://npm.io/package/@ckeditor/ckeditor5-utils.md) 48.5.1
- [@ckeditor/ckeditor5-comments](https://npm.io/package/@ckeditor/ckeditor5-comments.md) 48.5.1
- [@ckeditor/ckeditor5-merge-fields](https://npm.io/package/@ckeditor/ckeditor5-merge-fields.md) 48.5.1
- [@ckeditor/ckeditor5-track-changes](https://npm.io/package/@ckeditor/ckeditor5-track-changes.md) 48.5.1
- [@ckeditor/ckeditor5-cloud-services](https://npm.io/package/@ckeditor/ckeditor5-cloud-services.md) 48.5.1
- [@ckeditor/ckeditor5-collaboration-core](https://npm.io/package/@ckeditor/ckeditor5-collaboration-core.md) 48.5.1

## Alternatives

- [ext-list](https://npm.io/package/ext-list.md) — 6.3M weekly downloads
- [@lexical/selection](https://npm.io/package/@lexical/selection.md) — 3.8M weekly downloads
- [@lexical/text](https://npm.io/package/@lexical/text.md) — 3.6M weekly downloads
- [@lexical/clipboard](https://npm.io/package/@lexical/clipboard.md) — 3.0M weekly downloads
- [@tiptap/extension-mention](https://npm.io/package/@tiptap/extension-mention.md) — 3.0M weekly downloads

## Recent versions

- 48.5.1 (latest) — 2026-09-16
- 47.7.4 (lts-v47) — 2026-09-16
- 0.0.0-nightly-20260916.0 (nightly) — 2026-09-16
- 0.0.0-nightly-next-20260907.0 (nightly-next) — 2026-09-07
- 48.5.0-alpha.7 (alpha) — 2026-09-02
- 0.0.0-internal-20260224.0 (internal) — 2026-02-24
- 38.0.0-rc.1 (rc) — 2023-05-16
- 0.0.0-nightly-20260915.0 — 2026-09-15
- 0.0.0-nightly-20260914.0 — 2026-09-14
- 0.0.0-nightly-20260913.0 — 2026-09-13
- 0.0.0-nightly-20260912.0 — 2026-09-12
- 0.0.0-nightly-20260911.0 — 2026-09-11
- 0.0.0-nightly-20260910.0 — 2026-09-10
- 0.0.0-nightly-20260909.0 — 2026-09-09
- 0.0.0-nightly-20260908.0 — 2026-09-08
- … 1770 more at https://npm.io/package/@ckeditor/ckeditor5-export-word/versions

## README

CKEditor&nbsp;5 Export to Word feature
======================================

[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-export-word.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-export-word)

This package contains an export to Word feature for CKEditor&nbsp;5. It allows you to generate a `.docx` file directly from the CKEditor&nbsp;5 WYSIWYG editor content.

When enabled, this feature sends the content of your editor together with the styles that are used to display it to the CKEditor Cloud Services HTML to Word converter service. The service then generates a `.docx` document that can be downloaded by the user. This allows you to print your content to the `.docx` format.

![A screencast showing generating a `.docx` file from CKEditor&nbsp;5 content thanks to the Word export feature](https://c.cksource.com/a/1/img/npm/ckeditor-5-word-export.gif)

This is a premium feature. Sign up for a [free non-commitment 14-day trial](https://portal.ckeditor.com/checkout?plan=free), or see: [https://ckeditor.com/pricing](https://ckeditor.com/pricing) for more information.

## Installation

This plugin is part of the `ckeditor5-premium-features` package. Install the whole package to use it.

```bash
npm install ckeditor5-premium-features
```

## Create free account

If you want to check full CKEditor&nbsp;5 capabilities, sign up for a [free non-commitment 14-day trial](https://portal.ckeditor.com/checkout?plan=free).

## Demo

Check out the [demo in the Export to Word feature](https://ckeditor.com/docs/ckeditor5/latest/features/converters/export-word.html#demo) guide.

## Documentation

See the [`@ckeditor/ckeditor5-export-word` package](https://ckeditor.com/docs/ckeditor5/latest/api/export-word.html) page in [CKEditor&nbsp;5 documentation](https://ckeditor.com/docs/ckeditor5/latest/) as well as the [Export to Word](https://ckeditor.com/docs/ckeditor5/latest/features/converters/export-word.html) feature guide.

## Getting support

CKEditor&nbsp;5 Export to Word feature comes with outstanding support from a dedicated team of customer care specialists, QA engineers and CKEditor&nbsp;5 developers. The team will gladly assist you in all aspects from setting up your account to integrating CKEditor&nbsp;5 Word export feature with your application.

As a licensed CKEditor&nbsp;5 Export to Word feature user you can report bugs and request features directly through the CKEditor Ecosystem customer dashboard.


## License

**CKEditor&nbsp;5 Export to Word** (https://ckeditor.com/ckeditor-5/)<br>
Copyright (c) 2003–2026, [CKSource Holding sp. z o.o.](https://cksource.com)  All rights reserved.

CKEditor&nbsp;5 Export to Word feature is licensed under a commercial license and is protected by copyright law. For more information, see: [https://ckeditor.com/pricing](https://ckeditor.com/pricing).

### Trademarks

**CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com)  All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.

---
_Source: https://npm.io/package/@ckeditor/ckeditor5-export-word · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
