-
Notifications
You must be signed in to change notification settings - Fork 364
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
Unicode character Issue #70
Comments
Hi @abhi0476 You need to provide a font that can render the character in question. This font file is specified via a font-face rule. It can be the primary font for the given text or one of the fallback fonts. |
Example at font-face example |
@danfickle |
Hi all, I have a problem with unicode characters. In PDF file I see "#" instead of "ă" or "ș" . |
I have ocrb10 font in my html template. @font-face { font-family: ocrb10; src: url('${host}/ocrb10.ttf') } I've tried to add 'unicode-range: U+?????;' to this font-face but it doesn't work. I still see "#" instead of "ă" or "ș" I can not find ocrb10 font in Unicode. |
Hi,
For other tips, see the fonts wiki page: |
Hi! I have same problem now with openhtmltopdf. I use pdfBulider in this way: But it doesn't help me. |
Any tips for this problem? I have the same problem, can't get rid of #.... com.openhtmltopdf.exception WARNING:: Bad URL given: /ocrb10.ttf => java.net.URISyntaxException:: missing protocol for URI: /ocrb10.ttf |
If html contains some character like → ,it shows # instead.
Can you please suggest a fix
The text was updated successfully, but these errors were encountered: