Entity Word document settings

Entity Word can create a word document from node entity based on title and body.
URL to use: /entity-word/{node_id}/word in your required node twig file to download the entity content.
Example: /entity-word/10/word

Also "Download Word Document" local task tab will be visible to download the document.

We will have to give the permission "Access the download the node content as a word document" to download the node as word document.

Entity Word uses `phpoffice/phpword` library to generate word document.

Install with composer only!
-Module
composer require drupal/entity_word

No CSS and/or JS is required to manage the word document layout and font style.
There is a configuration settings through which layout, style of title and body of the word document can be managed by administrator.

Supporting organizations: 

Project information

Releases