Documentation

Fpdf
in package

Table of Contents

Constants

FPDF_FONTPATH  = '/font/'
FPDF_VERSION  = '1.6'

Properties

$aliasNbPages  : mixed
$author  : mixed
$autoPageBreak  : mixed
$bMargin  : mixed
$buffer  : mixed
$cMargin  : mixed
$colorFlag  : mixed
$compress  : mixed
$coreFonts  : mixed
$creator  : mixed
$curOrientation  : mixed
$curPageFormat  : mixed
$currentFont  : mixed
$defOrientation  : mixed
$defPageFormat  : mixed
$diffs  : mixed
$drawColor  : mixed
$fillColor  : mixed
$fontFamily  : mixed
$fontFiles  : mixed
$fonts  : mixed
$fontSize  : mixed
$fontSizePt  : mixed
$fontStyle  : mixed
$h  : mixed
$hPt  : mixed
$images  : mixed
$inFooter  : mixed
$inHeader  : mixed
$k  : mixed
$keywords  : mixed
$lasth  : mixed
$layoutMode  : mixed
$lineWidth  : mixed
$links  : mixed
$lMargin  : mixed
$n  : mixed
$offsets  : mixed
$page  : mixed
$pageBreakTrigger  : mixed
$pageFormats  : mixed
$PageLinks  : mixed
$pages  : mixed
$pageSizes  : mixed
$pdfVersion  : mixed
$rMargin  : mixed
$state  : mixed
$subject  : mixed
$textColor  : mixed
$title  : mixed
$tMargin  : mixed
$underline  : mixed
$w  : 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
getPdf()  : mixed
getStringWidth()  : mixed
getX()  : mixed
getY()  : mixed
header()  : mixed
image()  : mixed
line()  : mixed
link()  : mixed
ln()  : mixed
multicell()  : mixed
open()  : 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
dochecks()  : mixed
doUnderLine()  : mixed
endDoc()  : mixed
endPage()  : mixed
escape()  : mixed
getFontPath()  : mixed
getpageformat()  : mixed
newObj()  : mixed
out()  : mixed
parseGIF()  : mixed
parseJPG()  : mixed
parsePNG()  : mixed
putCatalog()  : mixed
putFonts()  : mixed
putHeader()  : mixed
putImages()  : mixed
putInfo()  : mixed
putPages()  : mixed
putResourceDict()  : mixed
putResources()  : mixed
putStream()  : mixed
putTrailer()  : mixed
putXobjectDict()  : mixed
readint()  : mixed
readstream()  : mixed
textString()  : mixed
utf8Toutf16()  : mixed

Constants

FPDF_FONTPATH

public mixed FPDF_FONTPATH = '/font/'

FPDF_VERSION

public mixed FPDF_VERSION = '1.6'

Properties

$aliasNbPages

public mixed $aliasNbPages

$author

public mixed $author

$autoPageBreak

public mixed $autoPageBreak

$bMargin

public mixed $bMargin

$buffer

public mixed $buffer

$cMargin

public mixed $cMargin

$colorFlag

public mixed $colorFlag

$compress

public mixed $compress

$coreFonts

public mixed $coreFonts

$creator

public mixed $creator

$curOrientation

public mixed $curOrientation

$curPageFormat

public mixed $curPageFormat

$currentFont

public mixed $currentFont

$defOrientation

public mixed $defOrientation

$defPageFormat

public mixed $defPageFormat

$diffs

public mixed $diffs

$drawColor

public mixed $drawColor

$fillColor

public mixed $fillColor

$fontFamily

public mixed $fontFamily

$fontFiles

public mixed $fontFiles

$fonts

public mixed $fonts

$fontSize

public mixed $fontSize

$fontSizePt

public mixed $fontSizePt

$fontStyle

public mixed $fontStyle

$images

public mixed $images

$inFooter

public mixed $inFooter

$inHeader

public mixed $inHeader

$keywords

public mixed $keywords

$lasth

public mixed $lasth

$layoutMode

public mixed $layoutMode

$lineWidth

public mixed $lineWidth
public mixed $links

$lMargin

public mixed $lMargin

$offsets

public mixed $offsets

$page

public mixed $page

$pageBreakTrigger

public mixed $pageBreakTrigger

$pageFormats

public mixed $pageFormats
public mixed $PageLinks

$pages

public mixed $pages

$pageSizes

public mixed $pageSizes

$pdfVersion

public mixed $pdfVersion

$rMargin

public mixed $rMargin

$state

public mixed $state

$subject

public mixed $subject

$textColor

public mixed $textColor

$title

public mixed $title

$tMargin

public mixed $tMargin

$underline

public mixed $underline

$zoomMode

public mixed $zoomMode

Methods

__construct()

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

acceptPageBreak()

public acceptPageBreak() : mixed

addFont()

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

addPage()

public addPage([mixed $orientation = '' ][, mixed $format = '' ]) : mixed
Parameters
$orientation : mixed = ''
$format : mixed = ''

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 = ''

close()

public close() : mixed

error()

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

getPdf()

public getPdf() : mixed

getStringWidth()

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

getX()

public getX() : mixed

getY()

public getY() : mixed

header()

public header() : 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

open()

public open() : mixed

output()

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

pageNo()

public pageNo() : mixed

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 = 'continuous' ]) : mixed
Parameters
$zoom : mixed
$layout : mixed = 'continuous'

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
Parameters
$y : mixed

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 $format) : mixed
Parameters
$orientation : mixed
$format : 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

getFontPath()

protected getFontPath() : mixed

getpageformat()

protected getpageformat(mixed $format) : mixed
Parameters
$format : mixed

newObj()

protected newObj() : mixed

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

putCatalog()

protected putCatalog() : mixed

putFonts()

protected putFonts() : mixed

putHeader()

protected putHeader() : mixed

putImages()

protected putImages() : mixed

putInfo()

protected putInfo() : mixed

putPages()

protected putPages() : mixed

putResourceDict()

protected putResourceDict() : mixed

putResources()

protected putResources() : mixed

putStream()

protected putStream(mixed $s) : mixed
Parameters
$s : 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

utf8Toutf16()

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

        
On this page

Search results