Update index.rst

This commit is contained in:
Eric Lapouyade 2015-11-09 18:20:33 +01:00
parent 97f421f2e7
commit 0cd92de98c

View File

@ -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 : 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 Jinja2-like syntax
------------------ ------------------