Documentation

PdfReader
in package

A PDF reader class

Table of Contents

Properties

$pageCount  : int
$pages  : array<string|int, PdfIndirectObjectReference>|array<string|int, PdfIndirectObject>
Indirect objects of resolved pages.
$parser  : PdfParser

Methods

__construct()  : mixed
PdfReader constructor.
__destruct()  : mixed
PdfReader destructor.
getPage()  : Page
Get a page instance.
getPageCount()  : int
Get the page count.
getParser()  : PdfParser
Get the pdf parser instance.
getPdfVersion()  : string
Get the PDF version.
readPages()  : mixed
Walk the page tree and resolve all indirect objects of all pages.

Properties

Methods

__destruct()

PdfReader destructor.

public __destruct() : mixed

        
On this page

Search results