1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-25 02:15:24 +02:00
tldr/pages/common/ippeveps.md
2025-05-11 13:56:41 +03:00

14 lines
471 B
Markdown

# ippeveps
> Print to Adobe PostScript printers.
> Supports PDF, PostScript, JPEG, PWG Raster or 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|--output-document]}} - https://example.com/file}} | ippeveps`