This is a tool for replacing docx file templates.
create docx template
Read the template from the .docx file, replace placeholders with actual content, and then generate a new .docx file.
Type-safe .docx template engine — generate Rust structs from Word templates with {placeholder} patterns
A Rust library for processing DOCX files with Handlebars templates, supporting WASM, Node.js, Deno, and browsers
cli tool, that allows you to convert .docx file filled with Jinja2 markup into json file describing variables set in the markup
A robust Rust framework for placeholder replacement in DOCX files
CLI for converting chemical safety SDS documents (PDF/DOCX) ↔ MHLW/JIS Z 7253 standard JSON via LLM (Claude/GPT/Gemini). Batch mode, multilingual.
Command-line interface for the Lontar document generation library.
Generate documents with Carbone, using templates and JSON data-set. Create invoices, reports, certificates, contracts, financial statements, documents like Word files, Excel sheets, CSVs, PowerPoint slides, and more. The template can be a DOCX, PPTX, XLSX, CSV, XML, HTML and many formats.
Comprehensive document generation library for Rust — write once, render everywhere.
Local-first pentest report generator: Markdown findings -> HTML/JSON/DOCX/PDF.
template = DocxTemplate::Docx.new "/opt/docx_template.docx" template.replace_text("##SINGLE_REPLACE_TEXT##", "ACTUAL TEXT HERE") template.replace_text("##MULTI_REPLACE_TEXT##", "ACTUAL TEXT HERE", true) template.replace_header("##HEADER_REPLACE_TEXT##", "ACTUAL TEXT HERE", true) template.replace_image("image1.jpeg", "/opt/image5.jpg") template.save('/opt/final.docx')
A Ruby library to template Microsoft Word .docx files. Uses a .docx file with keyword tags within "$$" as a template.
Uses a .docx file with keyword tags within '||' as a template. This gem will then open the .docx and replace those tags with dynamically defined content.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.