ABCPDF 6 组件问题 - 输出打印小
我们使用 ABCPDF 版本 6 组件从 ASP .NET 创建 PDF。大多数情况下输出工作正常,但会突然切换到小输出,即内容被压缩到原始大小的 1/8。
有其他人遇到过这个问题吗,非常感谢任何帮助。
We're using the ABCPDF Version 6 component to create PDF's from ASP .NET. The output works fine the majority of the time but will suddenly switch to small output i.e. the content get's condensed to 1/8th of it's original size.
Has anyone else experienced this problem, any help much appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我联系了 abcpdf 的制作者 websupergoo,他们很快回复了以下内容......
连接到具有不同分辨率的服务器会影响 abcpdf 组件的输出。有关该问题的更详细信息如下。
作为问题的解决方案,我们将在代码中包含对桌面分辨率的检查,如果桌面分辨率发生更改,服务将重新启动。websupergoo 为我们提供了一些用于检查的示例代码解决方案,代码是 websupergoo 的财产,所以不幸的是我不能在这里发布,
我希望上面的信息可以帮助其他遇到同样问题的人。
I contacted websupergoo the makers of abcpdf who responded quickly with the following...
I can confirm this is the problem in our situation RDP'ing to the server with different resolutions can effect the output of the abcpdf component. More detailed information on the problem is as follows.
As a resolution to our problem we are going to include in our code a check for the desktop resolution, if it has changed the service will be restarted. websupergoo provided us with some sample code for checking the resolution, the code is property of websupergoo so unfortunately I can't post here.
I hope the info above helps others with the same problem.