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=doOJM0LLk6MGmzej/TYSLnApb7j6KTP/hXCzSPmYWMM=; b=BS5QDRzZohbGS6Wu/+RDsKMc8tMHtxGqE15cdM+bobNiyOWjD6q4mqarBRkhEdEv3l xL06sdqaPiJB0jIR4eQ0vxJc3nIPM/wlmxacFkNb0u9TSxnKveaxYZM+fxh2l0JkgdxO 5yTC+aqNajZMxng98OaYKbLgulASS7zwbu/0ofOvLmG4u0lGDgk+6d7ppU0MAm+0ujjt RQ+NmR9elz4QsRp9G0aks1gsiqHukHsRR2c3zwigWbagkL1gbvaeVdeHQHsFn7dKIRvH EcDppIBIGiJwwZfDfdM9oM364Z8h0z935Eda1S0Bz6aqQOe2Ss0TmJTbS+Tsm2VAYts2 WmdQ== Message-ID: <543E8CF6.30209@gmail.com> Date: Wed, 15 Oct 2014 17:04:22 +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> <54344707.4080604@gmail.com> <54345EF9.5010405@thax.hardliners.org> <54350A8E.1010406@gmail.com> <54354CDA.50401@thax.hardliners.org> <5435A44F.7080504@thax.hardliners.org> <54383C34.6020108@thax.hardliners.org> <5438486E.9050201@gmail.com> <543D9108.6050307@thax.hardliners.org> <543E5168.9010108@thax.hardliners.org> <543E72C7.3090603@gmail.com> In-Reply-To: <543E72C7.3090603@gmail.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: Tobias Hoffmann , Alex Korobkin Cc: "printing-architecture@lists.linux-foundation.org" On 10/15/2014 03:12 PM, Till Kamppeter wrote: > 1. using *pdftopdfJCL... instead of *JCL... in the PPD, with "<0a>" in > the code snippets where line ends are supposed to be. > This will not work with unmodified pdftopdf, first, newlines are filtered out of the *pdftopdfJCLBegin, and second, there is no *pdftopdfJCLtoPDFInterpreter read by pdftopdf. Also if there is any option without *pdftopdfJCL... entries for each of its choices, "option=choice;" is inserted for that option. So it seems that this facility is really only to pass info to the next filter. Till