Documentation

AbstractParser
in package
implements ParserInterface

AbstractYes

Abstract Pdf parser class

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

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

license

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

version
5.2.0

Table of Contents

Interfaces

ParserInterface
Parser interface

Properties

$data  : string|null
Imported PDF data stream
$file  : string|null
Imported PDF file

Methods

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

$data

Imported PDF data stream

protected string|null $data = null

Methods

getData()

Get the data stream

public getData() : string
Return values
string

getFile()

Get the file

public getFile() : string
Return values
string

getStreamType()

Get the object stream type

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

        
On this page

Search results