Documentation

AbstractParser
in package
implements ParserInterface

Abstract Pdf parser class

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

Copyright (c) 2009-2021 NOLA Interactive, LLC. (http://www.nolainteractive.com)

license

http://www.popphp.org/license New BSD License

version
4.2.0

Interfaces, Classes and Traits

ParserInterface
Parser interface

Table of Contents

$data  : string
Imported PDF data stream
$file  : string
Imported PDF file
getData()  : string
Get the data stream
getFile()  : string
Get the file
parse()  : AbstractDocument
Parse the PDF data
getStreamType()  : string
Get the object stream type

Properties

Methods

getData()

Get the data stream

public getData() : string
Return values
string

getFile()

Get the file

public getFile() : string
Return values
string

parse()

Parse the PDF data

public abstract parse([mixed $pages = null ]) : AbstractDocument
Parameters
$pages : mixed = null
Return values
AbstractDocument

getStreamType()

Get the object stream type

protected getStreamType(string $stream) : string
Parameters
$stream : string
Return values
string

Search results