DocumentViewHelper¶
This ViewHelper must be the first to be used in your template and wrap all the other ViewHelpers. It is responsible for generating the document.
Basic Usage
<pdf:document>
[..]
</pdf:document>
Advanced Usage
<pdf:document
title="Bithost Example"
subject="Welcome message"
author="Bithost GmbH"
keywords="example, test"
outputDestination="I"
outputPath="example.pdf">
[..]
</pdf:document>