Documentation

Fpdf181
in package

Table of Contents

Constants

FPDF_FONTPATH  = 'font/'
FPDF_VERSION  = '1.81'

Properties

$fontSize  : mixed
$k  : mixed
$aliasNbPages  : mixed
$autoPageBreak  : mixed
$bMargin  : mixed
$buffer  : mixed
$cmaps  : mixed
$cMargin  : mixed
$colorFlag  : mixed
$compress  : mixed
$coreFonts  : mixed
$curOrientation  : mixed
$curPageSize  : mixed
$currentFont  : mixed
$curRotation  : mixed
$defOrientation  : mixed
$defPageSize  : mixed
$drawColor  : mixed
$encodings  : mixed
$fillColor  : mixed
$fontFamily  : mixed
$fontFiles  : mixed
$fontpath  : mixed
$fonts  : mixed
$fontSizePt  : mixed
$fontStyle  : mixed
$h  : mixed
$hPt  : mixed
$images  : mixed
$infooter  : mixed
$inHeader  : mixed
$lasth  : mixed
$layoutMode  : mixed
$lineWidth  : mixed
$links  : mixed
$lMargin  : mixed
$metadata  : mixed
$n  : mixed
$offsets  : mixed
$page  : mixed
$pageBreakTrigger  : mixed
$pageInfo  : mixed
$pageLinks  : mixed
$pages  : mixed
$pdfVersion  : mixed
$rMargin  : mixed
$state  : mixed
$stdPageSizes  : mixed
$textColor  : mixed
$tMargin  : mixed
$underline  : mixed
$w  : mixed
$withAlpha  : mixed
$wPt  : mixed
$ws  : mixed
$x  : mixed
$y  : mixed
$zoomMode  : mixed

Methods

__construct()  : mixed
acceptPageBreak()  : mixed
addFont()  : mixed
addLink()  : mixed
addPage()  : mixed
aliasNbPages()  : mixed
cell()  : mixed
close()  : mixed
error()  : mixed
footer()  : mixed
getPageHeight()  : mixed
getPageWidth()  : mixed
getStringWidth()  : mixed
getX()  : mixed
getY()  : mixed
header()  : mixed
image()  : mixed
line()  : mixed
link()  : mixed
ln()  : mixed
multiCell()  : mixed
output()  : mixed
pageNo()  : mixed
rect()  : mixed
setAuthor()  : mixed
setautoPageBreak()  : mixed
setCompression()  : mixed
setCreator()  : mixed
setDisplayMode()  : mixed
setdrawColor()  : mixed
setfillColor()  : mixed
setFont()  : mixed
setfontSize()  : mixed
setKeywords()  : mixed
setLeftMargin()  : mixed
setlineWidth()  : mixed
setLink()  : mixed
setMargins()  : mixed
setRightMargin()  : mixed
setSubject()  : mixed
settextColor()  : mixed
setTitle()  : mixed
setTopMargin()  : mixed
setX()  : mixed
setXY()  : mixed
setY()  : mixed
text()  : mixed
write()  : mixed
beginPage()  : mixed
checkOutput()  : mixed
doChecks()  : mixed
doUnderLine()  : mixed
endDoc()  : mixed
endPage()  : mixed
escape()  : mixed
getOffset()  : mixed
getPageSize()  : mixed
httpencode()  : mixed
isAscii()  : mixed
loadFont()  : mixed
newObj()  : mixed
out()  : mixed
parseGif()  : mixed
parseJpg()  : mixed
parsePng()  : mixed
parsePngstream()  : mixed
put()  : mixed
putCatalog()  : mixed
putFonts()  : mixed
putHeader()  : mixed
putImage()  : mixed
putImages()  : mixed
putInfo()  : mixed
putpage()  : mixed
putPages()  : mixed
putResourceDict()  : mixed
putResources()  : mixed
putStream()  : mixed
putStreamobject()  : mixed
putTrailer()  : mixed
putXobjectDict()  : mixed
readInt()  : mixed
readStream()  : mixed
textString()  : mixed
toUnicodeCmap()  : mixed
utf8ToUtf16()  : mixed

Constants

FPDF_FONTPATH

public mixed FPDF_FONTPATH = 'font/'

FPDF_VERSION

public mixed FPDF_VERSION = '1.81'

Properties

$aliasNbPages

protected mixed $aliasNbPages

$autoPageBreak

protected mixed $autoPageBreak

$colorFlag

protected mixed $colorFlag

$coreFonts

protected mixed $coreFonts

$curOrientation

protected mixed $curOrientation

$curPageSize

protected mixed $curPageSize

$currentFont

protected mixed $currentFont

$curRotation

protected mixed $curRotation

$defOrientation

protected mixed $defOrientation

$defPageSize

protected mixed $defPageSize

$drawColor

protected mixed $drawColor

$encodings

protected mixed $encodings

$fillColor

protected mixed $fillColor

$fontFamily

protected mixed $fontFamily

$fontFiles

protected mixed $fontFiles

$fontSizePt

protected mixed $fontSizePt

$fontStyle

protected mixed $fontStyle

$layoutMode

protected mixed $layoutMode

$lineWidth

protected mixed $lineWidth

$pageBreakTrigger

protected mixed $pageBreakTrigger
protected mixed $pageLinks

$pdfVersion

protected mixed $pdfVersion

$stdPageSizes

protected mixed $stdPageSizes

$textColor

protected mixed $textColor

$underline

protected mixed $underline

$withAlpha

protected mixed $withAlpha

Methods

__construct()

public __construct([mixed $orientation = 'P' ][, mixed $unit = 'mm' ][, mixed $size = 'A4' ]) : mixed
Parameters
$orientation : mixed = 'P'
$unit : mixed = 'mm'
$size : mixed = 'A4'

acceptPageBreak()

public acceptPageBreak() : mixed

addFont()

public addFont(mixed $family[, mixed $style = '' ][, mixed $file = '' ]) : mixed
Parameters
$family : mixed
$style : mixed = ''
$file : mixed = ''

addPage()

public addPage([mixed $orientation = '' ][, mixed $size = '' ][, mixed $rotation = 0 ]) : mixed
Parameters
$orientation : mixed = ''
$size : mixed = ''
$rotation : mixed = 0

aliasNbPages()

public aliasNbPages([mixed $alias = '{nb}' ]) : mixed
Parameters
$alias : mixed = '{nb}'

cell()

public cell(mixed $w[, mixed $h = 0 ][, mixed $txt = '' ][, mixed $border = 0 ][, mixed $ln = 0 ][, mixed $align = '' ][, mixed $fill = false ][, mixed $link = '' ]) : mixed
Parameters
$w : mixed
$h : mixed = 0
$txt : mixed = ''
$border : mixed = 0
$ln : mixed = 0
$align : mixed = ''
$fill : mixed = false
$link : mixed = ''

error()

public error(mixed $msg) : mixed
Parameters
$msg : mixed

getPageHeight()

public getPageHeight() : mixed

getPageWidth()

public getPageWidth() : mixed

getStringWidth()

public getStringWidth(mixed $s) : mixed
Parameters
$s : mixed

image()

public image(mixed $file[, mixed $x = null ][, mixed $y = null ][, mixed $w = 0 ][, mixed $h = 0 ][, mixed $type = '' ][, mixed $link = '' ]) : mixed
Parameters
$file : mixed
$x : mixed = null
$y : mixed = null
$w : mixed = 0
$h : mixed = 0
$type : mixed = ''
$link : mixed = ''

line()

public line(mixed $x1, mixed $y1, mixed $x2, mixed $y2) : mixed
Parameters
$x1 : mixed
$y1 : mixed
$x2 : mixed
$y2 : mixed
public link(mixed $x, mixed $y, mixed $w, mixed $h, mixed $link) : mixed
Parameters
$x : mixed
$y : mixed
$w : mixed
$h : mixed
$link : mixed

ln()

public ln([mixed $h = null ]) : mixed
Parameters
$h : mixed = null

multiCell()

public multiCell(mixed $w, mixed $h, mixed $txt[, mixed $border = 0 ][, mixed $align = 'J' ][, mixed $fill = false ]) : mixed
Parameters
$w : mixed
$h : mixed
$txt : mixed
$border : mixed = 0
$align : mixed = 'J'
$fill : mixed = false

output()

public output([mixed $dest = '' ][, mixed $name = '' ][, mixed $isUTF8 = false ]) : mixed
Parameters
$dest : mixed = ''
$name : mixed = ''
$isUTF8 : mixed = false

rect()

public rect(mixed $x, mixed $y, mixed $w, mixed $h[, mixed $style = '' ]) : mixed
Parameters
$x : mixed
$y : mixed
$w : mixed
$h : mixed
$style : mixed = ''

setAuthor()

public setAuthor(mixed $author[, mixed $isUTF8 = false ]) : mixed
Parameters
$author : mixed
$isUTF8 : mixed = false

setautoPageBreak()

public setautoPageBreak(mixed $auto[, mixed $margin = 0 ]) : mixed
Parameters
$auto : mixed
$margin : mixed = 0

setCompression()

public setCompression(mixed $compress) : mixed
Parameters
$compress : mixed

setCreator()

public setCreator(mixed $creator[, mixed $isUTF8 = false ]) : mixed
Parameters
$creator : mixed
$isUTF8 : mixed = false

setDisplayMode()

public setDisplayMode(mixed $zoom[, mixed $layout = 'default' ]) : mixed
Parameters
$zoom : mixed
$layout : mixed = 'default'

setdrawColor()

public setdrawColor(mixed $r[, mixed $g = null ][, mixed $b = null ]) : mixed
Parameters
$r : mixed
$g : mixed = null
$b : mixed = null

setfillColor()

public setfillColor(mixed $r[, mixed $g = null ][, mixed $b = null ]) : mixed
Parameters
$r : mixed
$g : mixed = null
$b : mixed = null

setFont()

public setFont(mixed $family[, mixed $style = '' ][, mixed $size = 0 ]) : mixed
Parameters
$family : mixed
$style : mixed = ''
$size : mixed = 0

setfontSize()

public setfontSize(mixed $size) : mixed
Parameters
$size : mixed

setKeywords()

public setKeywords(mixed $keywords[, mixed $isUTF8 = false ]) : mixed
Parameters
$keywords : mixed
$isUTF8 : mixed = false

setLeftMargin()

public setLeftMargin(mixed $margin) : mixed
Parameters
$margin : mixed

setlineWidth()

public setlineWidth(mixed $width) : mixed
Parameters
$width : mixed
public setLink(mixed $link[, mixed $y = 0 ][, mixed $page = -1 ]) : mixed
Parameters
$link : mixed
$y : mixed = 0
$page : mixed = -1

setMargins()

public setMargins(mixed $left, mixed $top[, mixed $right = null ]) : mixed
Parameters
$left : mixed
$top : mixed
$right : mixed = null

setRightMargin()

public setRightMargin(mixed $margin) : mixed
Parameters
$margin : mixed

setSubject()

public setSubject(mixed $subject[, mixed $isUTF8 = false ]) : mixed
Parameters
$subject : mixed
$isUTF8 : mixed = false

settextColor()

public settextColor(mixed $r[, mixed $g = null ][, mixed $b = null ]) : mixed
Parameters
$r : mixed
$g : mixed = null
$b : mixed = null

setTitle()

public setTitle(mixed $title[, mixed $isUTF8 = false ]) : mixed
Parameters
$title : mixed
$isUTF8 : mixed = false

setTopMargin()

public setTopMargin(mixed $margin) : mixed
Parameters
$margin : mixed

setX()

public setX(mixed $x) : mixed
Parameters
$x : mixed

setXY()

public setXY(mixed $x, mixed $y) : mixed
Parameters
$x : mixed
$y : mixed

setY()

public setY(mixed $y[, mixed $resetX = true ]) : mixed
Parameters
$y : mixed
$resetX : mixed = true

text()

public text(mixed $x, mixed $y, mixed $txt) : mixed
Parameters
$x : mixed
$y : mixed
$txt : mixed

write()

public write(mixed $h, mixed $txt[, mixed $link = '' ]) : mixed
Parameters
$h : mixed
$txt : mixed
$link : mixed = ''

beginPage()

protected beginPage(mixed $orientation, mixed $size, mixed $rotation) : mixed
Parameters
$orientation : mixed
$size : mixed
$rotation : mixed

checkOutput()

protected checkOutput() : mixed

doChecks()

protected doChecks() : mixed

doUnderLine()

protected doUnderLine(mixed $x, mixed $y, mixed $txt) : mixed
Parameters
$x : mixed
$y : mixed
$txt : mixed

endDoc()

protected endDoc() : mixed

endPage()

protected endPage() : mixed

escape()

protected escape(mixed $s) : mixed
Parameters
$s : mixed

getOffset()

protected getOffset() : mixed

getPageSize()

protected getPageSize(mixed $size) : mixed
Parameters
$size : mixed

httpencode()

protected httpencode(mixed $param, mixed $value, mixed $isUTF8) : mixed
Parameters
$param : mixed
$value : mixed
$isUTF8 : mixed

isAscii()

protected isAscii(mixed $s) : mixed
Parameters
$s : mixed

loadFont()

protected loadFont(mixed $font) : mixed
Parameters
$font : mixed

newObj()

protected newObj([mixed $n = null ]) : mixed
Parameters
$n : mixed = null

out()

protected out(mixed $s) : mixed
Parameters
$s : mixed

parseGif()

protected parseGif(mixed $file) : mixed
Parameters
$file : mixed

parseJpg()

protected parseJpg(mixed $file) : mixed
Parameters
$file : mixed

parsePng()

protected parsePng(mixed $file) : mixed
Parameters
$file : mixed

parsePngstream()

protected parsePngstream(mixed $f, mixed $file) : mixed
Parameters
$f : mixed
$file : mixed

put()

protected put(mixed $s) : mixed
Parameters
$s : mixed

putCatalog()

protected putCatalog() : mixed

putFonts()

protected putFonts() : mixed

putHeader()

protected putHeader() : mixed

putImage()

protected putImage(mixed &$info) : mixed
Parameters
$info : mixed

putImages()

protected putImages() : mixed

putInfo()

protected putInfo() : mixed

putpage()

protected putpage(mixed $n) : mixed
Parameters
$n : mixed

putPages()

protected putPages() : mixed

putResourceDict()

protected putResourceDict() : mixed

putResources()

protected putResources() : mixed

putStream()

protected putStream(mixed $data) : mixed
Parameters
$data : mixed

putStreamobject()

protected putStreamobject(mixed $data) : mixed
Parameters
$data : mixed

putTrailer()

protected putTrailer() : mixed

putXobjectDict()

protected putXobjectDict() : mixed

readInt()

protected readInt(mixed $f) : mixed
Parameters
$f : mixed

readStream()

protected readStream(mixed $f, mixed $n) : mixed
Parameters
$f : mixed
$n : mixed

textString()

protected textString(mixed $s) : mixed
Parameters
$s : mixed

toUnicodeCmap()

protected toUnicodeCmap(mixed $uv) : mixed
Parameters
$uv : mixed

utf8ToUtf16()

protected utf8ToUtf16(mixed $s) : mixed
Parameters
$s : mixed

        
On this page

Search results