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에서 프린터에 맞게 사용자 정의 용지 크기를 로드할 수 있는 다른 방법이 있습니까?