You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// note that object can be told to appear on just odd or even pages by changing 'all' to 'odd'
@@ -107,7 +110,7 @@ public function dots($info)
107
110
$pdf->ezText("PHP Pdf Class\n", 30, array('justification' => 'centre'));
108
111
$pdf->ezText("Native PDF document creation with PHP\n", 20, array('justification' => 'centre'));
109
112
$pdf->ezText("released under the terms of the MIT license\n\n<c:alink:https://github.com/rospdf/pdf-php/graphs/contributors>Contributors</c:alink>\n", 14, array('justification' => 'centre'));
0 commit comments