Table of contents
Namespace: Com\Tecnick\Pdf\Filter\Type
File: Template.php line 34
Interface implemented by all filter decoders.
Tags
- since: 2011-05-23
- category: Library
- author: Nicola Asuni info@tecnick.com
- copyright: 2011-2026 Nicola Asuni - Tecnick.com LTD
- license: https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE)
- link: https://github.com/tecnickcom/tc-lib-pdf-filter
Methods
decode()
File: Template.php line 44
public decode(string $data[, array<string, mixed> $params = [] ]) : string
Parameters
- $data : string: Data to decode.
- $params : array<string, mixed> = []: Optional DecodeParms dictionary.
Return values
string —
Decoded data.