mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
15 lines
367 B
Plaintext
15 lines
367 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# escp2topbm
|
|
|
|
> Convert a PBM image to a ESC/P2 printer file.
|
|
> See also: `pbmtoescp2`.
|
|
> More information: <https://netpbm.sourceforge.net/doc/escp2topbm.html>.
|
|
|
|
- Convert a ESC/P2 printer file to a PBM image:
|
|
|
|
`escp2topbm {{path/to/image.escp2}} > {{path/to/output.pbm}}`
|