Itextsharp 和阿拉伯字符?
我已经使用itextsharp将html转换为pdf(使用asp.net C#)及其在英文字符中的工作,但是当我想转换包含阿拉伯字符的html时,它会给我空的pdf!
有人可以帮助我吗?
i have use itextsharp to convert html to pdf(using asp.net C#) and its work in english characters , but when i want to convert html including arabic characters it will give me empty pdf !!
can any one help me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题是您的字体没有阿拉伯代码点的字形。您需要嵌入具有阿拉伯字形的字体,例如 arabtype.ttf。
The problem is that your font does not have glyphs for the Arabic code points. You need to embed a font that has Arabic glyphs such as arabtype.ttf.