有谁知道Brother如何在不修改PPD的情况下添加自定义纸张尺寸?他们有一个具有以下用途的实用程序:
CUPS Paper Size Tool (v 0.1) Copyright by 2005-2013
Usage: brpapertoolcups -P Printer Name [-n add a Label Format Name (<=32 bytes) -w Media Width(unit:mm) -h Media Height(unit:mm)]/[-d delete Label Format Name]
For example:
1. Add a new Label Format with "New Label Format" name and 29mm width and 70mm length:
"brpapertoolcups -P ql550 -n New\ Label\ Format -w 29 -h 70" [enter]
2. Remove the Label Format with "New Label Format" name:
"brpapertoolcups -P ql550 -d New\ Label\ Format" [enter]
我一直在查看打印机的 PPD,那里没有定义自定义纸张。除了 PPD 之外,CUPS 是否还有其他方法为打印机加载自定义纸张尺寸?