ILIAS  release_8 Revision v8.22
All Data Structures Namespaces Files Functions Variables Modules Pages
ilPDFRenderer Interface Reference
+ Inheritance diagram for ilPDFRenderer:
+ Collaboration diagram for ilPDFRenderer:

Public Member Functions

 generatePDF (string $service, string $purpose, array $config, ilPDFGenerationJob $job)
 
 prepareGenerationRequest (string $service, string $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

Deprecated:

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

Member Function Documentation

◆ generatePDF()

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

Implemented in ilTCPDFRenderer.

◆ prepareGenerationRequest()

ilPDFRenderer::prepareGenerationRequest ( string  $service,
string  $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: