Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 741 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 741 Bytes

TCPDF Module

This forked version is compatible with legacy SS2.4

Maintainer Contact

Minimum Requirements

  • SilverStripe 2.4

Documentation

Generate PDF files on-the-fly without requiring external extensions.

This module provides a SilverStripe service wrapper around TCPDF, a php class for generating PDF documents, see: http://tcpdf.org.

The idea here is to provide pdf generation without the use of third party libraries. There are other silverstripe pdf modules, but so far they all depend on a third party Java app that is executed via a command line call to do the actual PDF conversion.

Usage Overview

See docs/en for more information about configuring the module.