Files
cheatsheet-tldr/tldr/ippevepcl
2025-05-12 00:21:19 +00:00

20 lines
527 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# ippevepcl
> Print to B&W HP PCL laser printers.
> Supports HP PCL, PWG Raster and Apple Raster files.
> See also: `ippevepcl`, `ippeveprinter`.
> More information: <https://openprinting.github.io/cups/doc/man-ippevepcl.html>.
- Print a file to `stdout` (status and progress messages are sent to `stderr`):
`ippeveps {{path/to/file}}`
- Print a file from `stdin` to `stdout`:
`{{wget -O - https://example.com/file}} | ippeveps`