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.

1.0.1

Version
1.0.1
Type
typo3-flow-package
Release Date
Dec 08, 2018 13:25
Source
git
Distribution
zip
Requires
  • neos/flow: ^4.1
990032348b19c79ed7bd134e1c13c28e2517676b

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).