phpdftk API Documentation

TextMatch
in package

FinalYes

A single text search match within a PDF.

Table of Contents

Properties

$offset  : int
$pageNumber  : int
$text  : string

Methods

__construct()  : mixed

Properties

$offset read-only

public int $offset

Character offset within the page text

$pageNumber read-only

public int $pageNumber

1-based page number

Methods

__construct()

public __construct(int $pageNumber, string $text, int $offset) : mixed
Parameters
$pageNumber : int
$text : string
$offset : int

        
On this page

Search results