kaystrobach/pdf

Last activity 16 Jul 2024 9 3 13011
composer require kaystrobach/pdf

Convert HTML directly to PDF on the fly, using the mpdf or dompdf library.

No released version found

Readme excerpt

FLOW.Pdf (For the TYPO3 Flow Framework)

This Package makes it possible to convert the rendered HTML directly to PDF on the fly, using the mpdf or dompdf library. To achieve the on the fly rendering easily it uses a fluid viewhelper.

You need one of these package installed via composer, the package itself checks if the library is missing and asks you to install it.

  • dompdf/dompdf
  • mpdf/mpdf
Controller Usage

The recent version of the package contains a new view. This view can be included directly in the controller e.g. like this:

class FormulareController extends \Neos\Flow\Mvc\Controller\ActionController { /** * @Flow\Inject * @var \…
Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 13 package(s).