Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #43295 > unrolled thread

Re: Print to an IPP printer (pkipplib?)

Started byAdam Tauno Williams <awilliam@whitemice.org>
First post2013-04-10 17:34 -0400
Last post2013-04-10 17:34 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Print to an IPP printer (pkipplib?) Adam Tauno Williams <awilliam@whitemice.org> - 2013-04-10 17:34 -0400

#43295 — Re: Print to an IPP printer (pkipplib?)

FromAdam Tauno Williams <awilliam@whitemice.org>
Date2013-04-10 17:34 -0400
SubjectRe: Print to an IPP printer (pkipplib?)
Message-ID<mailman.426.1365631088.3114.python-list@python.org>
On Wed, 2010-10-20 at 14:45 +0000, Martin Gregorie wrote:
> On Fri, 15 Oct 2010 15:28:10 -0400, Adam Tauno Williams wrote:
> > I've found the module pkipplib which seems to work well for things like
> > interrogating an IPP (CUPS) server.  But is there a way to send a print
> > job to an IPP print queue? [and no, the local system knows nothing about
> > the print architecture so popen....lp is not an option].  I just want to
> > send the data from a file handle to a remote IPP queue as a print job.
> See RFC 2910.

Queuing a file directly to an IPP server is possible using pycups.

  <https://pypi.python.org/pypi/pycups>

Example:

<https://sourceforge.net/p/coils/code/ci/default/tree/coils/logic/workflow/actions/doc/ipp_print.py>

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web