\Pop\Pdf\BuildCompilerInterface

Compiler interface

Summary

Methods
Constants
getDocument()
getRoot()
getParent()
getInfo()
lastIndex()
getOutput()
setDocument()
finalize()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

getDocument()

getDocument() : \Pop\Pdf\Document

Get the document object

Returns

\Pop\Pdf\Document

lastIndex()

lastIndex() : integer

Return the last object index.

Returns

integer

getOutput()

getOutput() : string

Get the compiled output

Returns

string

finalize()

finalize(\Pop\Pdf\AbstractDocument  $document) : void

Compile and finalize the PDF document

Parameters

\Pop\Pdf\AbstractDocument $document