SetaPDF_Signer::setCertificationLevel()
Description
class SetaPDF_Signer extends SetaPDF {
void setCertificationLevel ( integer $certificationLevel )
}
Sets/Activates the certification level. A certification level specifies what changes are allowed after the document is certified.
Parameters
$certificationLevel
With the certification level you can specify what changes are allowed.
Following values/constans are available:
- SETAPDF_SIG_CERTIFIED_NO_CHANGES_ALLOWED = 1
- SETAPDF_SIG_CERTIFIED_FORM_FILLING = 2
- SETAPDF_SIG_CERTIFIED_FORM_FILLING_AND_ANNOTATIONS = 3
To disable certification pass:
- SETAPDF_SIG_NOT_CERTIFIED = 0 (default)
Version
Available since version 1.3