Manuals

 

SetaPDF_TextStamp::setText()

Description

class SetaPDF_TextStamp extends SetaPDF_Stamp {
void setText ( string $text[, boolean $eval=false] ) }

Sets the text of the stamp object.

Parameters

$text

The string, that should be stamped. Single- and multilinetext is allowed.

$eval

The text will be passed through eval(), before it will be stamped into the PDF document.