ilyano / doc_serialization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Word (DOCX) Serialization

This module provides a Word encoder for the Drupal 8 Serialization API. This enables the DOCX format to be used for data output (and potentially input, eventually). For example:

  • Views can output DOCX data via a 'Word Export' display in a View.
  • Module developers can leverage DOCX as a format when using the Serialization API.

Installation

Creating a view with a DOC display

  1. Create a new view
  2. Add a Word Export display.
  3. Select 'docx' for the accepted request formats under Format -> Word export -> Settings.
  4. Add desired fields to the view.
  5. Add a path, and optionally, a filename (pattern).

License

Unless otherwise stated all code is licensed under GNU GPL v3 and has the following copyright:

    Copyright 2017, XSbyte
    All rights reserved

About

License:GNU General Public License v3.0


Languages

Language:PHP 100.0%