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=8Gdw0PbtOOgz9qDNgccYnDZG1REisHKncMFUlzA4Puo=; b=q67b1BAVecymfot/JUR5MHPfSLW9flwORbwYTwRNbRnZXQYgfJ8skMTSCWx5cjASOF fGCKnwndrX+KZNdtAZNjYcgObjJskXSPkbY3legUm6NUQ/6EpjYvGejThYbesJFEI1Cs OcZuZ9bRuUTSvC+eagwZvjvf3C2iEwoumz5z4pWNFSt1h9otFlXBOQibIfFi3p9H2u0G fyhFcwE+Poebvc9NdBkxh6GAadkuNPo3o3JkdcbyKfj7YHzCEflof5UnAS0u4Xa1Isgx TzAwum7Zo9GAZ7uh/hkA0RkVXW54nZM8xVbcM8ElUEYrP4xIpvFX2/xP0LCLnykVOGYZ QPyA== Message-ID: <54344707.4080604@gmail.com> Date: Tue, 07 Oct 2014 22:03:19 +0200 From: Till Kamppeter MIME-Version: 1.0 References: <5B66FA40-ED1E-461E-B00F-D5CD6C7DBC30@apple.com> <34701921-5F04-411C-B35C-78CED619AAC3@apple.com> <5432910A.4030500@gmail.com> In-Reply-To: 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: Alex Korobkin Cc: "printing-architecture@lists.linux-foundation.org" On 10/06/2014 04:06 PM, Alex Korobkin wrote: > Hi Till, > > You're right, JCLToPDFInterpreter is already set in the example PPDs > shipped with cups-filters [1]. > But what needs to be added to those PPDs to have printers make copies in > hardware instead of cupsManualCopies? pdftopdf uses cupsManualCopies. If cupsManualCopies is set in the PPD software copies are done, otherwise hardware copies. If the printer supports PJL, an appropriate command to generate the copies is added to the PJL header. How can I make pdftopdf add an IPP attribute to the job which generates the copies with the attribute being passed on to the printer by the IPP backend (when output format is set to PDF or PWG Raster by a cupsFilter2 keyword in the PPD. And for PPD-less printing, how do I set the FINAL_CONTENT_TYPE there? Is it possible to do it out of a System V interface script? Till