Skip to content
ComPDF
DemoAPI ReferenceFAQ

PDF Generation Template Editor

Open-source visual PDF generation engine with customizable templates and developer-friendly APIs.

View on GitHub

Changelog

1.1.0 (2026-08-21)

Added

  • Import .zip, and .dito files to create corresponding templates.
  • Expanded currency-symbol support for numeric fields.

Improved

  • Optimized the underlying Docker image by removing the unnecessary database dependency, preventing startup errors caused by a missing database and reducing image size.

1.0.0 (2026-08-05)

Added

  • Initial release of the self-hosted ComPDF Generation service.
  • Docker Compose deployment for the web UI, API service, and ComPDF engine.
  • HTML-to-PDF generation with support for JSON data sources.
  • Template management, including creating, editing, saving, importing, and reusing HTML templates.
  • Visual template editor with JSON data preview and placeholder insertion.
  • PDF export from the template editor, with browser download of generated files.
  • Persistent storage for templates, JSON data sources, and template metadata through TEMPLATE_STORAGE_DIR.
  • Configurable deployment settings for the license key, service port, target image platform, and generation timeout.