ABCPDF 6 组件问题 - 输出打印小

发布于 2024-12-06 06:35:48 字数 116 浏览 0 评论 0原文

我们使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

挽袖吟 2024-12-13 06:35:48

我联系了 abcpdf 的制作者 websupergoo,他们很快回复了以下内容......

“当有人远程登录您的帐户时,可能会出现这些扩展问题
服务器并更改屏幕分辨率,从互联网下
资源管理器和 ABCpdf。我们新版本的 ABCpdf 可以处理这个问题
情况好转了。”

连接到具有不同分辨率的服务器会影响 abcpdf 组件的输出。有关该问题的更详细信息如下。

“在某些机器上,我们看到视频驱动程序和
MSHTML。在这些机器上 MSHTML 不喜欢屏幕分辨率
如果发生这种情况,可以改变它处理内容的方式。
通常,当有人登录计算机时会发生这种情况
本地或远程使用不同的屏幕分辨率。”

作为问题的解决方案,我们将在代码中包含对桌面分辨率的检查,如果桌面分辨率发生更改,服务将重新启动。websupergoo 为我们提供了一些用于检查的示例代码解决方案,代码是 websupergoo 的财产,所以不幸的是我不能在这里发布,

我希望上面的信息可以帮助其他遇到同样问题的人。

I contacted websupergoo the makers of abcpdf who responded quickly with the following...

"These scaling issues can arise when someone remotely logs into your
server and changes the screen resolution, out from under Internet
Explorer and ABCpdf. Our newer versions of ABCpdf handle this
situation better."

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.

"On some machines we see interactions between the video driver and
MSHTML. On these machines MSHTML doesn't like the screen resolution
changing and can change the way it handles content if this happens.
Typically this occurs when someone logs onto the machine either
locally or remotely using a different screen resolution."

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文