在 .NET 中创建希伯来语 PDF 文件
我需要使用 C#、Visual Studio 2010 中的 Windows 窗体为我的项目创建一个 PDF 文件。
我已经使用 iTextSharp
做了一些事情,但它只能用英语书写,而我需要使用 UTF-8 的希伯来语。
I need to create a PDF file for my project using Windows Forms in C#, Visual Studio 2010.
I have done something with iTextSharp
, but it only writes in English, and I need Hebrew using UTF-8.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试 Docotic.Pdf 库。它显示 Unicode 文本没有问题,请参阅相应的 示例。
Docotic.Pdf 附带免费许可证,适用于个人或其他非商业项目。
You can try the Docotic.Pdf Library. It shows Unicode text without a problem, see the corresponding sample.
Docotic.Pdf comes with free licenses for personal or otherwise non-commercial projects.