Manuals

 

SetaPDF_Signer::setAllowSignatureContentLengthChange()

Description

class SetaPDF_Signer extends SetaPDF {
void setAllowSignatureContentLengthChange ( [boolean $allowSignatureContentLengthChange=true] ) }

This method can be used to stop the API from recreating signatures if it's content doesn't fit into the reserved space. (see SetaPDF_Signer::setSignatureContentMinLength())

Parameters

$allowSignatureContentLengthChange

A boolean value defining if the API should recreate the signature if the resulting signature content is to large as the reserved space (true) or not (false).