.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. ================================================== .. DEFINE SOME TEXTROLES .. -------------------------------------------------- .. role:: underline .. role:: typoscript(code) .. role:: ts(typoscript) :class: typoscript .. role:: php(code) What does it do? ^^^^^^^^^^^^^^^^ This extension will create docx version of the typo3 page, you can customize the content that you want to include in the docx document. As default, the docx document is in A4 page format. This extension is based on the pdf\_generator2 but uses `htmltodocx `_ as render engine. This extension will only convert the html page with simple layout, so you should adapt your html page to have a simple layout. It will not convert div with its position but only the content and cannot convert nested table.