Syncfusion PdfDocument 和 CultureInfo
我正在开发一个 ASP.NET MVC 应用程序。
我正在使用 Syncfusion 的 PdfDocument(版本 7.303.0.20)来生成 PDF 文件。
我的应用程序的 CultureInfo 是根据用户的偏好设置的。
我遇到的问题是,当我实例化一个新的 PdfDocument 时,CurrentCulture 更改为 Invariant。我感觉这是 PdfDocument 中的一个错误,但也许我错了,有办法正确实例化这个对象吗?
以前有人遇到过吗?我的搜索一无所获..
我知道我可以在实例化 PDF 对象之前存储当前区域性,然后重新设置当前区域性,但这感觉不对..
我已经与 Syncfusion 的支持团队取得了联系,但同时我想我也应该把这个问题放在这里。
让我们看看谁更快! ;)
I'm developing an ASP.NET MVC app.
I'm working with Syncfusion's PdfDocument (ver 7.303.0.20) in order to generate PDF files.
My app's CultureInfo is set based on my user's preference.
The problem I have is that when I instantiate a new PdfDocument the CurrentCulture changes to Invariant. I have a feeling this is a bug in PdfDocument, but maybe I'm wrong and there's a way to properly instantiate this object?
Did anyone encounter that before? My searches came up with nothing..
I know I can store the current culture before instantiating the PDF object and then to re-set the current culture, but this doesn't feel right..
I've already touched base with Syncfusion's support team, but meanwhile I thought I'd drop it the question here too.
Let's see who's faster! ;)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以尝试使用最新版本吗?它是固定的。
谢谢
Can you try with the latest versions? it is fixed.
Thanks
抱歉没有更新 - 我升级到版本 8,现在一切都很好。 :-)
Apologies for not updating - I upgraded to version 8 and all good now. :-)