Files
cheatsheet-tldr/tldr/ippeveps
2025-12-13 00:20:51 +00:00

20 lines
542 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# ippeveps
> Print to Adobe PostScript printers.
> Supports PDF, PostScript, JPEG, PWG Raster or Apple Raster files.
> See also: `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 --output-document - https://example.com/file}} | ippeveps`