Discussion:
Viewing print request content
Cary Ferbrache
2013-02-04 19:09:10 UTC
Permalink
Is there a way to view the content of a print request either through the GUI or command line?
Michael Sweet
2013-02-04 19:24:40 UTC
Permalink
Cary,

Do you mean the document data, the job attributes, or both?
Post by Cary Ferbrache
Is there a way to view the content of a print request either through the GUI or command line?
_______________________________________________
cups mailing list
http://lists.easysw.com/mailman/listinfo/cups
_________________________________________________________
Michael Sweet, Senior Printing System Engineer, PWG Chair
Cary Ferbrache
2013-02-05 15:03:15 UTC
Permalink
Post by Michael Sweet
Cary,
Do you mean the document data, the job attributes, or both?
Post by Cary Ferbrache
Is there a way to view the content of a print request either through the GUI or command line?
_______________________________________________
cups mailing list
http://lists.easysw.com/mailman/listinfo/cups
_________________________________________________________
Michael Sweet, Senior Printing System Engineer, PWG Chair
The document data. What would actually print.
Michael Sweet
2013-02-05 15:30:34 UTC
Permalink
Cary,
Post by Cary Ferbrache
...
The document data. What would actually print.
OK, so on a Mac you can open up the printer window (double-click on printer in Print & Scan pref pane in System Preferences) and then double-click on the job in the window to view it.

For other platforms you can use the cupsfilter program in recent (CUPS 1.4 or newer) to obtain a version of a job suitable for viewing, e.g.:

cupsfilter -j job-id -m application/pdf >tempfile.pdf

_________________________________________________________
Michael Sweet, Senior Printing System Engineer, PWG Chair

Loading...