mparkhill/silverstripe-tcpdf

This package is abandoned and no longer maintained. No replacement package was suggested.

SilverStripe service wrapper for TCPDF, a PHP class for generating PDF documents

Installs: 226

Dependents: 0

Suggesters: 0

Security: 0

Stars: 13

Watchers: 4

Forks: 8

Type:silverstripe-module

This package has no released version yet, and little information is available.


README

Maintainer Contact

Requirements

  • SilverStripe >= 3.1.*

Installation

composer require mparkhill/silverstripe-tcpdf

Documentation

Generate PDF files on-the-fly with php.

This module provides a SilverStripe service wrapper around TCPDF, a php class for generating PDF documents.

The idea here is to provide pdf generation without the use of third party libraries that rely on command line execution. There are other silverstripe pdf modules that 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.