Xref

Process the cross-reference sections and the trailer

Table of contents

Namespace: Com\Tecnick\Pdf\Parser\Process

Extends: XrefStream

Abstract: Yes

File: Xref.php line 61

Process the cross-reference sections and the trailer

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-import-type: XrefData from \Com\Tecnick\Pdf\Parser\Process\XrefStream
  • phpstan-type: XrefDataPartial array{ ’trailer’?: array{ ’encrypt’?: string, ‘id’: array<int, string>, ‘info’: string, ‘root’: string, ‘size’: int, }, ‘xref’: array<string, int|string>, }
  • phpstan-type: XrefDataInput array{ ’trailer’?: array{ ’encrypt’?: string, ‘id’: array<int, string>, ‘info’: string, ‘root’: string, ‘size’: int, }, ‘xref’?: array<string, int|string>, }