--- category: api-reference --- # CKEditor 5 Paste from Office feature [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-paste-from-office.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-paste-from-office) This package implements Paste from Office feature for CKEditor 5. ## Documentation See the {@link module:paste-from-office/pastefromoffice~PasteFromOffice} plugin documentation. ## Installation ```bash npm install --save @ckeditor/ckeditor5-paste-from-office ``` ## Contribute The source code of this package is available on GitHub in https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-paste-from-office. ## External links * [`@ckeditor/ckeditor5-paste-from-office` on npm](https://www.npmjs.com/package/@ckeditor/ckeditor5-paste-from-office) * [`ckeditor/ckeditor5-paste-from-office` on GitHub](https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-paste-from-office) * [Issue tracker](https://github.com/ckeditor/ckeditor5/issues) * [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)