mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-22 09:03:18 +00:00
Update cheatsheets
This commit is contained in:
17
pbmtoppa
Normal file
17
pbmtoppa
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# pbmtoppa
|
||||
|
||||
> Convert a PBM image to HP Printer Performance Architecture format.
|
||||
> More information: <https://netpbm.sourceforge.net/doc/pbmtoppa.html>.
|
||||
|
||||
- Convert a PBM image into a PPA file:
|
||||
|
||||
`pbmtoppa {{path/to/image.pbm}} > {{path/to/output.ppa}}`
|
||||
|
||||
- Specify the desired dots-per-inch and paper size:
|
||||
|
||||
`pbmtoppa -d {{300}} -s {{a4}} {{path/to/image.pbm}} > {{path/to/output.ppa}}`
|
||||
Reference in New Issue
Block a user