1 repositorio
Nesting the full content of one document file within another via template variables.
Distinct from Document Embedding: Focuses on the structural embedding of whole files into templates rather than data denormalization.
Explore 1 awesome GitHub repository matching data & databases · Sub-document Embedding. Refine with filters or upvote what's useful.
python-docx-template is a template engine for generating Microsoft Word documents by merging .docx files with data contexts using a logic-based markup syntax. It functions as a document automator that injects variables, images, and sub-documents into Word files while maintaining the original styling. The project uses a rendering system based on Jinja2 to apply template logic and filters to Office Open XML files. It allows for the creation of custom template filters to transform data during the rendering phase and includes a command line interface for producing documents by passing a template
Inserts the contents of another file or programmatically generated document into a template variable.