Documentation

CompilerInterface
in

Compiler interface

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

Table of Contents

finalize()  : void
Compile and finalize the PDF document
getDocument()  : Document
Get the document object
getInfo()  : InfoObject
Get the info object
getOutput()  : string
Get the compiled output
getParent()  : ParentObject
Get the parent object
getRoot()  : RootObject
Get the root object
lastIndex()  : int
Return the last object index.
setDocument()  : Compiler
Set the document object

Methods

getOutput()

Get the compiled output

public getOutput() : string
Return values
string

lastIndex()

Return the last object index.

public lastIndex() : int
Return values
int

Search results