Abesse Smahi
Abesse Smahi
 I fixed the issue using the following hack ```php // added some entries to the config // utf8Glyphs GpdfSet::UTF8GLYPHS_MAX_CHARS => 50, GpdfSet::UTF8GLYPHS_HINDO => false, GpdfSet::UTF8GLYPHS_FORCERTL =>...
By the way the config entry responsible of displaying `hindi` or `arabic` number is `GpdfSet::UTF8GLYPHS_HINDO=true`, by default is set to display Hindi numbers. the signature of the original method from...
I will try