Skip to content

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wagtail2docx

wagtail plugin to convert page to Microsoft Word docx document

warning
This plugin is under development

Installation

  • add git+https://github.com/olopost/wagtail2docx.gi to your requirements.txt file of your wagtail project

  • add wagtail2docx in your settings file

    INSTALLED_APPS = [
     'wagtail2docx',
  • after deployment launch python manage.py and after launch the following command:

    • makemigrations
    • migrate

Overview

Example of original html page in wagtail media/original_html.png
The same generated in doc media/word_page.png
Create a word document media/settings.png

About

wagtail plugin to convert page to Microsoft Word docx document

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages