AsciiEightFive

ASCII85Decode filter (PDF 32000-1:2008 §7.4.3). Decodes data written in the ASCII base-85 representation.

Table of contents

Namespace: Com\Tecnick\Pdf\Filter\Type

Implements: Template

File: AsciiEightFive.php line 37

ASCII85Decode filter (PDF 32000-1:2008 §7.4.3). Decodes data written in the ASCII base-85 representation.

Tags

Methods

decode()

File: AsciiEightFive.php line 51

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

Parameters

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

Tags

  • throws: Exception
  • SuppressWarnings: (“PHPMD.CyclomaticComplexity”)

Return values

string —

Decoded data.