pbmtopgm, pbmtoplot, pbmtoppa, pbmtoptx, pbmupc, pgmenhance: add pages (#12224)

This commit is contained in:
Juri Dispan
2024-02-11 06:23:21 +01:00
committed by GitHub
parent 9c44d53331
commit fa9fe07755
6 changed files with 62 additions and 0 deletions

12
pages/common/pbmtoppa.md Normal file
View File

@@ -0,0 +1,12 @@
# 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}}`