Class IMAGEPDF

since 7.0.0
package MatukioEvents

 Methods

Create the header (overrides default)

Header() 

@¶eturn void

since 7.0.0

IMAGEPDF constructor.

__construct(string $backgroundImage, string $orientation = 'P', string $unit = 'mm', string $format = 'A4', boolean $unicode = true, string $encoding = 'UTF-8', boolean $diskcache = false, boolean $pdfa = false
since 7.0.0

Parameters

$backgroundImage

string

Path to the background image (relative to Joomla root)

$orientation

string

Orientation of the page

$unit

string

Unit of the page

$format

string

Format

$unicode

boolean

Unicode support

$encoding

string

Encoding

$diskcache

boolean

Cached on disk?

$pdfa

boolean

PDFa

 Properties

 

Background image

$backgroundImage : null | string

Default

null
since 7.0.0