AsciiHex

ASCIIHexDecode filter (PDF 32000-1:2008 §7.4.2). Decodes data written as pairs of ASCII hexadecimal digits.

Table of contents

Namespace: Com\Tecnick\Pdf\Filter\Type

Implements: Template

File: AsciiHex.php line 37

ASCIIHexDecode filter (PDF 32000-1:2008 §7.4.2). Decodes data written as pairs of ASCII hexadecimal digits.

Tags

Methods

decode()

File: AsciiHex.php line 49

public decode(string $data[, array<string, mixed> $params = [] ]) : string

Parameters

  • $data : string: Data to decode.
  • $params : array<string, mixed> = []: Optional DecodeParms dictionary.

Tags

Return values

string —

Decoded data.