ParserInterface
in
Parser interface
Tags
Table of Contents
Methods
- getData() : string
- Get the data stream
- getFile() : string
- Get the file
- parse() : AbstractDocument
- Parse the pdf data
Methods
getData()
Get the data stream
public
getData() : string
Return values
stringgetFile()
Get the file
public
getFile() : string
Return values
stringparse()
Parse the pdf data
public
parse([mixed $pages = null ]) : AbstractDocument
Parameters
- $pages : mixed = null