-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support cyrillic characters #20
Comments
I have not added UTF-8 support. The PDF format does not have intuitive support for UTF-8, at least not as easy as Elixir ;-) |
If I understand you correctly we need the module that supports UTF-8 in addition to |
I’m sorry I don’t have time at this point. The PDF spec is available online but it is quite a monster. |
I am currently working on an TTF parser, based on the |
If you're here looking for special character support, I've started a PDF generator with a different approach. It avoids the GenServer and has support for OTF fonts and special characters via the OpenType library. Early stages, but fills a gap we had at work to create PDFs in a pure function, with special characters, custom fonts and images. |
I tried to render Cyrillic text in document, but it renders nothing. How can I do it with current implementation? If there is no support, is it possible to implement this feature, how can I contribute?
The text was updated successfully, but these errors were encountered: