SetaPDF_Signer::setName()
Description
class SetaPDF_Signer extends SetaPDF {
mixed setName ( string $name )
}
This method is a synonym method for:
$this->setSignatureProperty('name', $name);
With it you can set the name of the person or auhority signing the document. You should only set this value if it's not possible to extract the name of the signature.
Parameters
$name
The name of the person or authority signing the document.
If null is passed the property will not be written to the signature dictionary in the resulting PDF document.
Return Values
True is everything works as expected or an SetaPDF_Error object if an error occurs.