以不同的打印质量打印网页宽度固定元素大小,mozilla,点阵打印机

发布于 2024-09-12 13:54:10 字数 397 浏览 7 评论 0原文

我在点阵打印机中打印时遇到问题。 我的客户端打印机是 Epson LX300+II 和 Epson LQ-2170。 我需要从用 php 编写的网络应用程序进行打印。网络浏览器客户端是 Mozilla Firefox 但我无法设置布局的固定宽度。 例如:

<div style="width:2in">
content
</div>

当我打印这些东西时,不同的打印质量会产生不同尺寸的打印内容 使用 LX300+II,打印质量 120x72 dpi,2 英寸将打印约 1.7 英寸 使用LX300+II,打印质量120x144 dpi,2英寸将打印约3英寸 我如何能够在 html 中创建一个修复布局,以便以不同的打印质量进行打印,因为我的客户使用 2 或 3 个不同的打印机来打印表单。

I am having problems with printing in dot matrix printer.
My client printer is Epson LX300+II and Epson LQ-2170.
I need to print from a web apps that written in php. with web browser client is Mozilla Firefox
But i can't set the fix width for the layout.
for example:

<div style="width:2in">
content
</div>

when i print those things, different print quality produce different size of printed content
using LX300+II, print quality 120x72 dpi the 2in will be printed around 1,7in
using LX300+II, print quality 120x144 dpi the 2in will be printed around 3in
how am I able to create a fix layout in html to be print in different print quality because my client using 2or 3 different printer to print the form.

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

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

发布评论

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

评论(1

手心的温暖 2024-09-19 13:54:10

打印似乎总是浏览器的一个问题,更不用说浏览器倾向于添加自己的页眉和页脚(除非用户足够聪明知道如何关闭它)。我发现解决这个问题的最佳方法是创建一个 PDF 文档,客户可以在需要时查看和打印该文档。

printing always seems to be a problem with browsers not to mention that browsers tend to add their own headers and footer (unless the user is clever enough to know how to switch this off). I have found the best way around this is to create a PDF document which the client can view and print when they want.

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