PdfName

Serializes decoded PDF name objects (PDF 32000-1 7.3.5).

Table of contents

Namespace: Com\Tecnick\Pdf\Import

Final: Yes

File: PdfName.php line 34

Serializes decoded PDF name objects (PDF 32000-1 7.3.5).

Tags

Methods

token()

File: PdfName.php line 52

public static token(int|string $name) : string

Bytes outside 0x21-0x7E, the delimiters and the number sign are written as #xx.

Parameters

  • $name : int|string: Decoded name, without the leading solidus.

Return values

string —

Name token, including the leading solidus.