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
{{ message }}
This repository has been archived by the owner on May 16, 2018. It is now read-only.
I have some problems with characters like '€' in PDF form fields. It is shown in the PDF as a circle if I use setTextField().
What I have tried so far:
I used encodeString() for $value in setTextField($name, $value) as it is done in drawText(). However my correction seems not to be enough, '€' is still not displayed correctly.
I have some problems with characters like '€' in PDF form fields. It is shown in the PDF as a circle if I use setTextField().
What I have tried so far:
I used encodeString() for $value in setTextField($name, $value) as it is done in drawText(). However my correction seems not to be enough, '€' is still not displayed correctly.
See: zendframework/ZendPdf#22
The text was updated successfully, but these errors were encountered: