ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
interface.ilPDFRenderer.php
Go to the documentation of this file.
1<?php
2
3interface ilPDFRenderer
4{
13 public function generatePDF($service, $purpose, $config, $job);
14
15
25 public function prepareGenerationRequest($service, $purpose);
26}
An exception for terminatinating execution or to throw for unit testing.
prepareGenerationRequest($service, $purpose)
Prepare the content processing at the beginning of a PDF generation request Should be used to initial...
generatePDF($service, $purpose, $config, $job)
$config
Definition: bootstrap.php:15