printTemplate printTemplate( $id, $x = '', $y = '', $w = 0, $h = 0, $align = '', $palign = '', $fitonpage = false )Print an XObject Te... 2020.09.28
PolyLine PolyLine( $p, $style = '', $line_style = array(), $fill_color = array() )Draws a polygonal line 2020.09.28
Polygon Polygon( $p, $style = '', $line_style = array(), $fill_color = array(), $closed = true )Draws a polygon. 2020.09.28
Polycurve Polycurve( $x0, $y0, $segments, $style = '', $line_style = array(), $fill_color = array() )Draws a poly-Bezier curve. Ea... 2020.09.28
PieSectorXY PieSectorXY( $xc, $yc, $rx, $ry, $a, $b, $style = 'FD', $cw = false, $o = 0, $nc = 2 )Draw the sector of an ellipse. It ... 2020.09.28
PieSector PieSector( $xc, $yc, $r, $a, $b, $style = 'FD', $cw = true, $o = 90 )Draw the sector of a circle. It can be used for ins... 2020.09.28
Output Output( $name = 'doc.pdf', $dest = 'I' )'Send the document to a given destination: string, local file or browser. In the... 2020.09.28