Wiki
EEI_Tcpdf / Home
EEI_Tcpdf for ExpressionEngine 2.*
Quickly create PDF page from your template simple using HTML markup. EEI_Tcpdf is a simple "wrapper" of TCPDF library of Nicola Asuni (http://www.tcpdf.org) which easily publishes pdf file from templates of ExpressionEngine. It uses a very few original functionalities of TCPDF in the aim to satisfy small & medium requirements, should you look for more options please refer to the TCPDF library.
Usage
<!-- this simple template file is converting to PDF format -->
<h1>hello world</h1>
<p>This is <b>Awesome!</b>(or not?)</p>
<img src="http://example.com/image.jpg" />
{exp:eei_tcpdf:params
logo="age38dev.jpg"
cache="y"
language="ita"
title="This is the title"
author="Massimiliano Lombardi"
subject="Hi Man"
keywords="Some Words"}
{!-- this tag can be placed every where in template file --}
{!-- use cache param equal to "y" just when you do not change page content --}
Download and support
- Here you can grab the latest version
- Free support is available at this issues tracker, and details plugin instructions (installation, usage, etc.) can be found here: online user guide
- If you need help in order to install this plugin on your system please contact eei.tcpdf@age38dev.com OR contact@lincolnpixel.com. We'll apply a small fee for this.
Note
Updated