Differences Between: [Versions 310 and 402] [Versions 39 and 402] [Versions 402 and 403]
This file is part of FPDI
Copyright: | Copyright (c) 2020 Setasign GmbH & Co. KG (https://www.setasign.com) |
License: | http://opensource.org/licenses/mit-license The MIT License |
File Size: | 167 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
LineReader:: (5 methods):
__construct()
getOffsetFor()
getOffsets()
extract()
read()
Class: LineReader - X-Ref
Class LineReader__construct(PdfParser $parser) X-Ref |
LineReader constructor. param: PdfParser $parser |
getOffsetFor($objectNumber) X-Ref |
getOffsets() X-Ref |
Get all found offsets. return: array |
extract(StreamReader $reader) X-Ref |
Extracts the cross reference data from the stream reader. param: StreamReader $reader return: string |
read($xrefContent) X-Ref |
Read the cross-reference entries. param: string $xrefContent |