设置默认的罩杯边距?

设置默认的罩杯边距?

我们刚刚将服务器从 CentOS 6 更新到 RHEL 7,在从 ppd 设置 HP LaserJet 600 后,我注意到所有打印作业现在在页面顶部都有大约 2 英寸的边距。

是否可以在配置文件中定义边距? 这个回复建议可以使用 lpr 的一些参数来设置边距,但我宁愿将它们存储在 conf 文件中。

using lp: 

-o page-bottom=N

-o page-left=N

-o page-right=N

-o page-top=N

Sets the page margins when printing text files. 
The values are in points - there are 72 points to the inch.

答案1

可以使用该命令设置标准选项lpoptions

如果以普通用户身份运行,则文件$HOME/.cups/lpoptions已设置。

如果以用户身份运行,则设置root系统默认值。/etc/cups/lpoptions

这可用于更改各种设置(例如双面打印)和page-top

相关内容