mpdf 在第 7 版中不以小写罗马数字显示页码

mpdf is not displaying page number in roman numerals in lower case in version 7

我无法在版本 7 of MPDF 中以小写罗马数字显示页码。我得到的只是大写的罗马数字。我正在使用 php 6.5 并使用示例中的代码

// Set a simple Footer including the page number
$mpdf->setFooter('{PAGENO}');

$mpdf->WriteHTML('Section 1');$mpdf->WriteHTML('');

// You could also do this using
// $mpdf->AddPage('','','','','on');

$mpdf->WriteHTML('Section 2 - No Footer');
$mpdf->WriteHTML('<pagebreak resetpagenum="1" pagenumstyle="i" suppress="off" />');
$mpdf->WriteHTML('Section 3 - Starting with page a');

$mpdf->Output();

感谢任何帮助。

这确实是一个错误,现在已在新 patch release v7.1.2 中修复。