Skip to content

helpfulrobot/mparkhill-silverstripe-tcpdf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCPDF Module

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.

About

Render a SilverStripe page as a PDF document

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%