Skip to content

wagtail plugin to convert page to Microsoft Word docx document

License

Notifications You must be signed in to change notification settings

olopost/wagtail2docx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published