From: Till Kamppeter <till.kamppeter@gmail.com>
To: Michael Sweet <msweet@apple.com>
Cc: Open Printing <printing-architecture@lists.linux-foundation.org>
Subject: Re: [Printing-architecture] IPP Everywhere: How to make CUPS queue so that applications can use these printers
Date: Mon, 28 Jan 2013 22:20:01 +0100 [thread overview]
Message-ID: <5106EB81.3050001@gmail.com> (raw)
In-Reply-To: <CCF496C9-2B07-4A25-AC1F-72D12F118A61@apple.com>
On 01/09/2013 08:53 PM, Michael Sweet wrote:
> Till,
>
> Responses inline...
>
> On Jan 9, 2013, at 1:49 PM, Till Kamppeter <till.kamppeter@gmail.com> wrote:
>> ...
>> 1. How to print from a Linux machine to an IPP Everywhere printer?
>> ------------------------------------------------------------------
>> ...
>
> Currently the only way to do this is to query the printer and generate a PPD file from the data. Then add the queue. All of the generated PPDs should contain:
>
> *cupsFilter2: "application/vnd.cups-raster image/pwg-raster 100 rastertopwg"
>
> Printers with PDF support should list:
>
> *cupsFilter2: "application/vnd.cups-pdf application/pdf 0 -"
>
> Printers with JPEG support should list:
>
> *cupsFilter2: "image/jpeg image/jpeg 0 -"
>
> I have this on my to-do list for CUPS, but thus far haven't had the time to write it...
I have seen in the source of the IPP backend that for PDF and all image
formats the IPP attributes are carried on to the IPP printer. So this
means that for PDF, JPEG, and PWG Raster the PPD simply needs to have
the option and choice names being the ones of the IPP attributes
reported back by the Get-Printer-Attributes request and no PostScript
code needs to get assigned to the choices. Am I right? Will CUPS supply
all atributes on the filter/backend command line then?
Another problem would be some PPD options where the Adobe specs impose
certain option and choice names, like PageSize, InputSlot, Duplex,
OutputBin, Resolution, ... How do I proceed with these options?
Can I "translate" the IPP attributes somehow into PostScript commands so
that I can also generate PPDs for PostScript printers?
Till
next prev parent reply other threads:[~2013-01-28 21:20 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-09 18:49 [Printing-architecture] IPP Everywhere: How to make CUPS queue so that applications can use these printers Till Kamppeter
2013-01-09 19:53 ` Michael Sweet
2013-01-10 14:20 ` Till Kamppeter
2013-01-10 16:49 ` Michael Sweet
2013-01-27 15:09 ` Till Kamppeter
2013-01-28 2:10 ` Michael Sweet
2013-01-28 8:27 ` Till Kamppeter
2013-01-28 21:20 ` Till Kamppeter [this message]
2013-02-01 20:49 ` Michael Sweet
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5106EB81.3050001@gmail.com \
--to=till.kamppeter@gmail.com \
--cc=msweet@apple.com \
--cc=printing-architecture@lists.linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.