如何获得横向格式的 pdf 打印输出?

发布于 2024-11-03 20:29:09 字数 213 浏览 0 评论 0原文

这是参考这个线程如何制作pdf 打印输出占据整个 A4 页面

我能够将所有内容放入一页,但即使我将打印机首选项设置为横向格式,它也不会打印它。

可能是什么问题?

This is with reference to this thread How to make a pdf printout occupy the entire A4 page.

I am able to bring all the content into a single page, but even if I set the printer preferences to landscape format, it doesn't print it.

What could be the problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

各空 2024-11-10 20:29:09

您是否设置标签的方向属性?该属性控制页面的方向,您应该将其设置为横向。

来自 Seam 文档

方向 - 方向
页。有效值为纵向和
景观。在横向模式下,
页面尺寸的高度和宽度值为
颠倒了。

Are you setting the orientation attribute of the tag? That attribute controls the orientation of the page, and you should set it to landscape.

From the Seam documentation

orientation — The orientation of the
page. Valid values are portrait and
landscape. In landscape mode, the
height and width page size values are
reversed.

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