From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=nDbWnXnvQGAbTkmI9sdug0vzGYQ17u9U42osRnO4MFw=; b=UlNeYTPk2dc7iRt1YrZ/sqMe9pbAM2t3+ARJsiD8d4XDcdJJa5teBMqpft5SIdLYrM jexDBFMd6+mkctHaczRBc20xvd2ApI0+x713LwlSjEmg6DzIsVTP5ml2YrE5nx0Mt/ty fcR0W1RZw4Okh/RinDiQk1Exho3O0hLIEDgDt0CUjEFpW3FzSTqjRgAg+A5V1mUBm1rT DS32lQgNhmFiWxl9Am2PbiXEADdJ30wYHUUWeQ/kqxnRc7Nw1RiqtftjkcOJWKkoYecU PdMjIZC8QvFFiYZxc9Z6jUHKoh2OjtSl5bEGIUK8Sib10288O8eNkyZFHG61zaOwCX/g 5RsA== Message-ID: <5433D336.1070205@gmail.com> Date: Tue, 07 Oct 2014 13:49:10 +0200 From: Till Kamppeter MIME-Version: 1.0 References: <5B66FA40-ED1E-461E-B00F-D5CD6C7DBC30@apple.com> <34701921-5F04-411C-B35C-78CED619AAC3@apple.com> <23226792-DB2B-467B-A3F3-015D81C6A31B@apple.com> <0392028E-75B3-45B1-8826-3886A5EEC7E9@apple.com> In-Reply-To: <0392028E-75B3-45B1-8826-3886A5EEC7E9@apple.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Printing-architecture] Number of copies in pure PDF workflow List-Id: Printing architecture under linux List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Sweet , Alex Korobkin Cc: "printing-architecture@lists.linux-foundation.org" On 10/06/2014 05:32 PM, Michael Sweet wrote: > Alex, > > The cupsFilter2 keyword has a different value syntax: > > *cupsFilter2: "src/type dst/type cost filter" > > For a PDF printer you want: > > *cupsFilter2: "application/pdf application/vnd.cups-pdf 10 pdftopdf" > What do I have to add to a /usr/share/cups/drv/*.drv filr to generate a cupsFilter2 line? "Filter" only generates cupsFilter lines. Or do I need to create completely static PPD files? Till