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.0-beta1

Version
1.0.0-beta1
Type
typo3-flow-package
Release Date
Aug 30, 2017 10:31
Source
git
Distribution
zip
Requires
  • neos/flow: ^4.1
ef9170fcc13d5e473dfe98b2bdf53ef37f7eef90

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