XrefStream

Process the cross-reference stream entries

Table of contents

Namespace: Com\Tecnick\Pdf\Parser\Process

Extends: RawObject

Abstract: Yes

File: XrefStream.php line 51

Process the cross-reference stream entries

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-parser
  • phpstan-import-type: RawObjectArray from \Com\Tecnick\Pdf\Parser\Process\RawObject
  • phpstan-type: XrefData array{ ’trailer’: array{ ’encrypt’?: string, ‘id’: array<int, string>, ‘info’: string, ‘root’: string, ‘size’: int, }, ‘xref’: array<string, int|string>, }
  • SuppressWarnings: (“PHPMD.ExcessiveClassComplexity”)