Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Differences Between: [Versions 310 and 311] [Versions 310 and 400] [Versions 310 and 401] [Versions 310 and 402] [Versions 310 and 403]

This file is part of FPDI

Copyright: Copyright (c) 2019 Setasign - Jan Slabon (https://www.setasign.com)
License: http://opensource.org/licenses/mit-license The MIT License
File Size: 466 lines (14 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 17 functions


Functions that are not part of a class:

setPageFormat($size, $orientation)   X-Ref
Set the page format of the current page.

param: array $size An array with two values defining the size.
param: string $orientation "L" for landscape, "P" for portrait.

useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false)   X-Ref
Draws a template onto the page or another template.

Give only one of the size parameters (width, height) to calculate the other one automatically in view to the
aspect ratio.

param: mixed $tpl The template id
param: array|float|int $x The abscissa of upper-left corner. Alternatively you could use an assoc array
param: float|int $y The ordinate of upper-left corner.
param: float|int|null $width The width.
param: float|int|null $height The height.
param: bool $adjustPageSize
return: array The size

getTemplateSize($tpl, $width = null, $height = null)   X-Ref
Get the size of a template.

Give only one of the size parameters (width, height) to calculate the other one automatically in view to the
aspect ratio.

param: mixed $tpl The template id
param: float|int|null $width The width.
param: float|int|null $height The height.
return: array|bool An array with following keys: width, height, 0 (=width), 1 (=height), orientation (L or P)

beginTemplate($width = null, $height = null, $groupXObject = false)   X-Ref
Begins a new template.

param: float|int|null $width The width of the template. If null, the current page width is used.
param: float|int|null $height The height of the template. If null, the current page height is used.
param: bool $groupXObject Define the form XObject as a group XObject to support transparency (if used).
return: int A template identifier.

endTemplate()   X-Ref
Ends a template.

return: bool|int|null A template identifier.

getNextTemplateId()   X-Ref
Get the next template id.

return: int

AddPage($orientation = '', $size = '', $rotation = 0)   X-Ref


Link($x, $y, $w, $h, $link)   X-Ref


SetLink($link, $y = 0, $page = -1)   X-Ref


SetDrawColor($r, $g = null, $b = null)   X-Ref


SetFillColor($r, $g = null, $b = null)   X-Ref


SetLineWidth($width)   X-Ref


SetFont($family, $style = '', $size = 0)   X-Ref


SetFontSize($size)   X-Ref


_putimages()   X-Ref


_putxobjectdict()   X-Ref


_out($s)   X-Ref