Abesse Smahi

Results 3 comments of Abesse Smahi

![Screenshot from 2024-08-12 22-03-29](https://github.com/user-attachments/assets/0bd5ad01-b4ec-4ed1-a454-763b4725a17b) 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...