“艾利”在浏览器中输入模板

发布于 2024-09-19 22:48:35 字数 165 浏览 5 评论 0原文

我想将一些内容打印到预定义尺寸的标签上。可以在浏览器中完成布局并打印吗?

显然,问题在于从浏览器打印时似乎无法保证大小。

Avery 只提供 Word 文档模板(可能是这个原因)

问题: 打印纯 HTML 模板时能否保证布局尺寸?

I want to print some stuff on to labels of a predefined size. Can the layout be done in the browser and printed?

Obviously the problem is that it seems that size is not guaranteed when printing from the browser.

Avery only provides word doc templates (possibly for this reason)

Question:
Can layout dimensions be guaranteed when printing an HTML only template?

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

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

发布评论

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

评论(1

走过海棠暮 2024-09-26 22:48:35

问题:打印纯 HTML 模板时能否保证布局尺寸?

理论上是的,通过 CSS 和使用打印样式表。

实际上不会,例如因为浏览器倾向于添加(并为其保留空间)自己的页眉和页脚。

生成 PDF 将是标签打印的一种更可靠的方式。

如果您仍然想在 HTML 中执行此操作,这些将有所帮助:

一些帮助您开始 PDF 生成的好问题:

Question: Can layout dimensions be guaranteed when printing an HTML only template?

In theory yes, through CSS and by using a print stylesheet.

In practice no, for example because browsers tend to add (and reserve space for) their own headers and footers.

Generating a PDF would be a way, way more reliable way for label printing.

If you still want to do it in HTML, these will help:

Some good questions to get you started on PDF generation:

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