kaystrobach/pdf
composer require kaystrobach/pdf
Convert HTML directly to PDF on the fly, using the mpdf or dompdf library.
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
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 same vendor provides 13 package(s).