ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
ilPDFRenderer Interface Reference
+ Inheritance diagram for ilPDFRenderer:
+ Collaboration diagram for ilPDFRenderer:

Public Member Functions

 generatePDF ($service, $purpose, $config, $job)
 
 prepareGenerationRequest ($service, $purpose)
 Prepare the content processing at the beginning of a PDF generation request Should be used to initialize the processing of latex code The PDF renderers require different image formats generated by the MathJax service. More...
 

Detailed Description

Definition at line 3 of file interface.ilPDFRenderer.php.

Member Function Documentation

◆ generatePDF()

ilPDFRenderer::generatePDF (   $service,
  $purpose,
  $config,
  $job 
)
Parameters
string$service
string$purpose
array$config
\ilPDFGenerationJob$job
Returns
void

Implemented in ilTCPDFRenderer, and ilWkhtmlToPdfRenderer.

◆ prepareGenerationRequest()

ilPDFRenderer::prepareGenerationRequest (   $service,
  $purpose 
)

Prepare the content processing at the beginning of a PDF generation request Should be used to initialize the processing of latex code The PDF renderers require different image formats generated by the MathJax service.

Parameters
string$service
string$purpose
Returns
void

Implemented in ilWkhtmlToPdfRenderer, and ilTCPDFRenderer.


The documentation for this interface was generated from the following file: