All of lore.kernel.org
 help / color / mirror / Atom feed
From: Till Kamppeter <till.kamppeter@gmail.com>
To: printing-architecture@lists.linux-foundation.org
Subject: Re: [Printing-architecture] CUPS Raster filter Question
Date: Wed, 22 Jan 2014 19:35:15 +0100	[thread overview]
Message-ID: <52E00F63.3060001@gmail.com> (raw)
In-Reply-To: <SNT149-W14813CFD43AB9543F81B488A70@phx.gbl>

On 01/22/2014 06:45 PM, Shane Lin wrote:
> Dear List,
>  
> Are there other filters (other than the gstoraster) can generate CUPS
> raster in the Ubuntu system? What should I do to use them if there is any?
> 
> Thanks,
>  
> Shane

Applications usually send print jobs in PDF, leading to a

pdftopdf -> gstoraster -> rasterto...

filter chain. gstoraster which uses Ghostscript can be replaced by
pdftoraster which is Poppler-based:

pdftopdf -> pdftoraster -> rasterto...

This can be done by editing the file
/usr/share/cups/mime/cupsfilters.convs, changing the line

application/vnd.cups-pdf        application/vnd.cups-raster     100
pdftoraster

to

application/vnd.cups-pdf        application/vnd.cups-raster     98
pdftoraster

Then gstoraster is not used any more but always pdftoraster instead.

There is also an imagetoraster filter which converts many image formats
into CUPS Raster, but this does not work with multi-page jobs.

   Till


  reply	other threads:[~2014-01-22 18:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-22 17:45 [Printing-architecture] CUPS Raster filter Question Shane Lin
2014-01-22 18:35 ` Till Kamppeter [this message]
2014-01-22 19:58   ` Shane Lin
2014-01-22 20:24     ` Till Kamppeter
2014-02-26 22:07   ` [Printing-architecture] MediaPosition on RHEL 5.0 Shane Lin
2014-02-27 19:51     ` Shane Lin

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=52E00F63.3060001@gmail.com \
    --to=till.kamppeter@gmail.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.