Todo List
[line 70]
[line 67]
[line 60]
[line 37]
[line 22]
[line 38]
[line 58]
[line 25]
[line 42]
[line 69]
[line 27]
[line 52]
[line 26]
[line 45]
[line 55]
[line 31]
[line 30]
[line 56]
[line 49]
[line 44]
[line 43]
[line 54]
[line 53]
[line 50]
[line 33]
[line 32]
[line 46]
[line 62]
[line 29]
[line 68]
[line 40]
[line 64]
[line 41]
[line 48]
[line 34]
[line 20]
[line 21]
[line 28]
[line 19]
[line 61]
[line 47]
[line 23]
[line 71]
[line 36]
[line 24]
[line 66]
[line 57]
[line 65]
[line 35]
[line 51]
[line 59]
[line 39]
[line 63]
FPDF FPDF( [ $orientation = 'P'], [ $unit = 'mm'], [ $format = 'A4'])
***************************************************************************** * Public methods * ******************************************************************************
void AcceptPageBreak( )
void AddFont( $family, [ $style = ''], [ $file = ''])
void AddLink( )
void AddPage( [ $orientation = ''])
void AliasNbPages( [ $alias = '{nb}'])
void Cell( $w, [ $h = 0], [ $txt = ''], [ $border = 0], [ $ln = 0], [ $align = ''], [ $fill = 0], [ $link = ''])
void Close( )
void Error( $msg)
void Footer( )
void GetStringWidth( $s)
void GetX( )
void GetY( )
void Header( )
void Image( $file, $x, $y, [ $w = 0], [ $h = 0], [ $type = ''], [ $link = ''], [ $tempFolder = ''])
void Line( $x1, $y1, $x2, $y2)
void Link( $x, $y, $w, $h, $link)
void Ln( [ $h = ''])
void MultiCell( $w, $h, $txt, [ $border = 0], [ $align = 'J'], [ $fill = 0])
void Open( )
void Output( [ $name = ''], [ $dest = ''])
void PageNo( )
void Rect( $x, $y, $w, $h, [ $style = ''])
void SetAuthor( $author)
void SetAutoPageBreak( $auto, [ $margin = 0])
void SetCompression( $compress)
void SetCreator( $creator)
void SetDisplayMode( $zoom, [ $layout = 'continuous'])
void SetDrawColor( $r, [ $g = -1], [ $b = -1])
void SetFillColor( $r, [ $g = -1], [ $b = -1])
void SetFont( $family, [ $style = ''], [ $size = 0])
void SetFontSize( $size)
void SetKeywords( $keywords)
void SetLeftMargin( $margin)
void SetLineWidth( $width)
void SetLink( $link, [ $y = 0], [ $page = -1])
void SetMargins( $left, $top, [ $right = -1])
void SetRightMargin( $margin)
void SetSubject( $subject)
void SetTextColor( $r, [ $g = -1], [ $b = -1])
void SetTitle( $title)
void SetTopMargin( $margin)
void SetX( $x)
void SetXY( $x, $y)
void SetY( $y)
void Text( $x, $y, $txt)
void Write( $h, $txt, [ $link = ''])
void _beginpage( $orientation)
void _dochecks( )
***************************************************************************** * Protected methods * ******************************************************************************
void _dounderline( $x, $y, $txt)
void _enddoc( )
void _endpage( )
void _escape( $s)
void _freadint( $f)
void _getfontpath( )
void _newobj( )
void _out( $s)
void _parsejpg( $file)
void _parsepng( $file)
void _putcatalog( )
void _putfonts( )
void _putheader( )
void _putimages( )
void _putinfo( )
void _putpages( )
void _putresourcedict( )
void _putresources( )
void _putstream( $s)
void _puttrailer( )
void _putxobjectdict( )
void _textstring( $s)