Output
Com\Tecnick\Pdf\Encrypt\Output
PHP class for output encrypt PDF object
Tags
Table of Contents
- getPdfEncryptionObj() : mixed
- Get the PDF encryption block
- getAdditionalEncDic() : string
- get additional encryption dictionary entries for the standard security handler
- getBooleanString() : string
- Return a string representation of a boolean value
- getCryptFilter() : string
- Get Crypt Filter section
- setMissingValues() : mixed
- Set missing values
Methods
getPdfEncryptionObj()
Get the PDF encryption block
public getPdfEncryptionObj(int &$pon)
: mixed
Parameters
- $pon : int
-
Current PDF object number
return string
Return values
mixed —getAdditionalEncDic()
get additional encryption dictionary entries for the standard security handler
protected getAdditionalEncDic()
: string
Return values
string —getBooleanString()
Return a string representation of a boolean value
protected getBooleanString(bool $value)
: string
Parameters
- $value : bool
-
Value to convert
Return values
string —getCryptFilter()
Get Crypt Filter section
protected getCryptFilter()
: string
A dictionary whose keys shall be crypt filter names and whose values shall be the corresponding crypt filter dictionaries.
Return values
string —setMissingValues()
Set missing values
protected setMissingValues()
: mixed