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 Mar 22, 2019. It is now read-only.
When I try to input Bulgarian Cyrillic characters via drawText(), I get this error:
Notice: iconv(): Detected an illegal character in input string in .../vendor/zendframework/zendpdf/library/ZendPdf/Resource/Font/Simple/AbstractSimple.php on line 253
Here's a sample $page1->setFont($font, $headerSize)->drawText('Основна', 0, 800);
Tried to play with some other options, but no luck. Any chance for fix or advice? Thank you.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
When I try to input Bulgarian Cyrillic characters via drawText(), I get this error:
Notice: iconv(): Detected an illegal character in input string in .../vendor/zendframework/zendpdf/library/ZendPdf/Resource/Font/Simple/AbstractSimple.php on line 253
Here's a sample
$page1->setFont($font, $headerSize)->drawText('Основна', 0, 800);
Tried to play with some other options, but no luck. Any chance for fix or advice? Thank you.
The text was updated successfully, but these errors were encountered: