a pdf-generator-block for flood/canal

dev-master 2019-09-19 10:41 UTC

This package is not auto-updated.

Last update: 2024-04-27 07:35:29 UTC


README

Usage

This block ist for a Flood\Canal project. You can create a PDF from your current page by submitting the HTML-form/button from the template.

How to integrate it to your canal-project

To add a pdf-generator, you have to add it to _content.php

Add the following code to the function:

$content->addBlock('pdf_creator', __DIR__ . /vendor/canalplugin/pdf/src');

No further config or setup required.

Licence

This project is free software distributed under the terms of two licences, the CeCILL-C and the GNU Lesser General Public License. You can use, modify and/ or redistribute the software under the terms of CeCILL-C (v1) for Europe or GNU LGPL (v3) for the rest of the world.

This file and the LICENCE.* files need to be distributed and not changed when distributing. For more informations on the Licences which are applied read: LICENCE.md

Copyright

Carolin Holat

Thanks to TCPDF, which is used as basis