\Pop\Pdf\BuildAbstractParser

Abstract Pdf parser class

Summary

Methods
Properties
Constants
getFile()
getData()
parse()
No public properties found
No constants found
getStreamType()
$file
$data
N/A
No private methods found
No private properties found
N/A

Properties

$file

$file : string

Imported PDF file

Type

string

$data

$data : string

Imported PDF data stream

Type

string

Methods

getFile()

getFile() : string

Get the file

Returns

string

getData()

getData() : string

Get the data stream

Returns

string

parse()

parse(string  $file, mixed  $pages = null) : \Pop\Pdf\AbstractDocument

Parse the data stream

Parameters

string $file
mixed $pages

Returns

\Pop\Pdf\AbstractDocument

getStreamType()

getStreamType(string  $stream) : string

Get the object stream type

Parameters

string $stream

Returns

string