Home
last modified time | relevance | path

Searched refs:adjustPageSize (Results 1 – 6 of 6) sorted by relevance

/plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/
H A DFpdi.php77 * with the keys "x", "y", "width", "height", "adjustPageSize".
81 * @param bool $adjustPageSize
85 public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false) argument
87 return $this->useImportedPage($tpl, $x, $y, $width, $height, $adjustPageSize);
98 * with the keys "x", "y", "width", "height", "adjustPageSize".
102 * @param bool $adjustPageSize
106 public function useImportedPage($pageId, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false) argument
108 $size = $this->fpdiUseImportedPage($pageId, $x, $y, $width, $height, $adjustPageSize);
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tfpdf/
H A DFpdi.php50 * with the keys "x", "y", "width", "height", "adjustPageSize".
54 * @param bool $adjustPageSize
58 public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false) argument
61 $size = $this->useImportedPage($tpl, $x, $y, $width, $height, $adjustPageSize);
68 return parent::useTemplate($tpl, $x, $y, $width, $height, $adjustPageSize);
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdi.php49 * with the keys "x", "y", "width", "height", "adjustPageSize".
53 * @param bool $adjustPageSize
57 public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false) argument
60 $size = $this->useImportedPage($tpl, $x, $y, $width, $height, $adjustPageSize);
67 return parent::useTemplate($tpl, $x, $y, $width, $height, $adjustPageSize);
H A DFpdfTplTrait.php94 * with the keys "x", "y", "width", "height", "adjustPageSize".
98 * @param bool $adjustPageSize
102 public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false) argument
122 if ($adjustPageSize) {
H A DFpdiTrait.php393 * with the keys "x", "y", "width", "height", "adjustPageSize".
397 * @param bool $adjustPageSize
401 public function useImportedPage($pageId, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false) argument
421 if ($adjustPageSize) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php103 * with the keys "x", "y", "width", "height", "adjustPageSize".
107 * @param bool $adjustPageSize
111 public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false)
113 return $this->useImportedPage($tpl, $x, $y, $width, $height, $adjustPageSize);
124 * with the keys "x", "y", "width", "height", "adjustPageSize".
128 * @param bool $adjustPageSize
132 public function useImportedPage($pageId, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false)
147 $newSize = $this->fpdiUseImportedPage($pageId, $x, $y, $width, $height, $adjustPageSize);
108 useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false) global() argument
129 useImportedPage($pageId, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false) global() argument