DocGenerator is a Python-based tool designed to generate PDF documents from ODT templates by replacing placeholders with dynamic data. This project aims to streamline document creation processes by allowing users to create customized PDFs easily.
- Template-Based: Utilize ODT files as templates where you can define placeholders to be replaced with actual data.
- Dynamic Data Replacement: Supports replacing single variables and processing arrays of data to generate content dynamically.
- PDF Output: Generates output in PDF format, ensuring compatibility and ease of sharing.
To get started with DocGenerator, follow these steps:
- Clone the repository:
git clone https://github.com/Elania-Marvers/DocGenerator cd DocGenerator