docxtpl icon indicating copy to clipboard operation
docxtpl copied to clipboard

a word document .docx template plugin to easily populate and generate word documents from templates

Results 7 docxtpl issues
Sort by recently updated
recently updated
newest added

I want to use this package, however I have some network images to render in docx. I hope image support could be implemented.

Excuse me. Can I add a hyperlink to a Word document that leads to an online file? I'm wondering whether this feature is supported. Thanks.

I get this error when I run my app, and the latest update is from 22 months ago. And because every version of docxtpl depends on http ^0.12.2, google_fonts ^3.0.1...

This solved my problem: ``` parser = etree.XMLParser(recover=True) tree = etree.fromstring(xml_src, parser=parser) # tree = self.fix_tables(xml_src) ```

Hello Does it support web app ?

Add ability to create .docx using flutter like widgets An example will be ```dart DocxTpl document = DocxTpl('report.docx'); document.header( child: docxtpl.Text('Hello Universe', style: docxtpl.TextStyle(fontSize: 40)) ); ``` Inspiration from [flutter...

Make use of mail-merge merge fields for easy replacement of text