class FPDF_TPL extends FPDF {
integer beginTemplate ( [float $x[, float $y[, float $w[, float $h]]]] )
}
Starts a template and returns the id for later use.
If a parameter is == null, the information of current page are used.
All parameters are expressed in user unit.
Abscissa of the upper-left corner.
Ordinate of the upper-left corner.
width of the template
height of the template
The id of the new template.