Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 808 Bytes

File metadata and controls

17 lines (11 loc) · 808 Bytes

Document Generation Service

Table of Contents

Overview

The Document Generation Service is a web application that converts Markdown text into various document formats, including PDF, DOCX, and plain text. It provides a RESTful API for seamless integration into other applications, enabling dynamic document creation based on user input.

Features

  • Multiple Output Formats: Generate documents in PDF, DOCX, and plain text formats.
  • RESTful API: Easily integrate with other applications via HTTP endpoints.
  • Caching Mechanism: Utilizes Redis to cache generated documents, reducing processing time for repeated requests.
  • Extensible Architecture: Designed to support additional formats and features through a modular structure.