mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
13 lines
414 B
Markdown
13 lines
414 B
Markdown
![]() |
# thinkjettopbm
|
||
|
|
||
|
> HP ThinkJet 프린터 명령 파일을 PBM 파일로 변환.
|
||
|
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/thinkjettopbm.html>.
|
||
|
|
||
|
- HP ThinkJet 프린터 명령 파일을 PBM 파일로 변환:
|
||
|
|
||
|
`thinkjettopbm {{경로/대상/입력}} > {{경로/대상/출력.pbm}}`
|
||
|
|
||
|
- 디버그 정보를 `stderr`에 출력:
|
||
|
|
||
|
`thinkjettopbm -d {{경로/대상/입력}} > {{경로/대상/출력.pbm}}`
|