\PhpOffice\PhpWord\WriterPDF

PDF Writer

Summary

Methods
Properties
Constants
__construct()
__call()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$renderer
N/A

Properties

Methods

__construct()

__construct(\PhpOffice\PhpWord\PhpWord  $phpWord) 

Instantiate a new renderer of the configured type within this container class

Parameters

\PhpOffice\PhpWord\PhpWord $phpWord

Throws

\PhpOffice\PhpWord\Exception\Exception

__call()

__call(string  $name, array<mixed,mixed>  $arguments) : mixed

Magic method to handle direct calls to the configured PDF renderer wrapper class.

Parameters

string $name

Renderer library method name

array<mixed,mixed> $arguments

Array of arguments to pass to the renderer method

Returns

mixed —

Returned data from the PDF renderer wrapper method