From 0cd92de98c11de341fd69a627f9021a2e1e1bd43 Mon Sep 17 00:00:00 2001 From: Eric Lapouyade Date: Mon, 9 Nov 2015 18:20:33 +0100 Subject: [PATCH] Update index.rst --- docs/index.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index ffe40b4..5ae25dc 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -40,6 +40,11 @@ Now you can use python-docx-template to generate as many word documents you want Note : python-docx-template as been tested with MS Word 97, it may not work with other version. +Note 2 : As python-docx does not manage headers and footers, this is the same for python-docx-template. +Nevertheless, it is possible to manage them though Microsoft word : the idea is to create a variable +inside word document and then use it (or link it) in the header, the footer and the body. When the template modify a variable +in the body, MS Word will update headers and footers automatically. + Jinja2-like syntax ------------------