From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BFB3B1382C5 for ; Thu, 10 Dec 2020 13:09:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AF16E093E; Thu, 10 Dec 2020 13:09:50 +0000 (UTC) Received: from gw1.antarean.org (gw1.antarean.org [194.145.200.214]) by pigeon.gentoo.org (Postfix) with ESMTP id B0A9EE092A for ; Thu, 10 Dec 2020 13:09:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by gw1.antarean.org (Postfix) with ESMTP id 4CsDVJ1nRyz10jk for ; Thu, 10 Dec 2020 13:58:00 +0100 (CET) X-Virus-Scanned: amavisd-new at antarean.org Received: from gw1.antarean.org ([127.0.0.1]) by localhost (gw1.antarean.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aqYC9vSI38Ag for ; Thu, 10 Dec 2020 13:58:00 +0100 (CET) Received: from mailstore1.adm.antarean.org (localhost [127.0.0.1]) by gw1.antarean.org (Postfix) with ESMTP id 4CsDVH6wXqzyg8 for ; Thu, 10 Dec 2020 13:57:59 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mailstore1.adm.antarean.org (Postfix) with ESMTP id 4CsDlv63wzz15 for ; Thu, 10 Dec 2020 14:09:47 +0100 (CET) X-Virus-Scanned: amavisd-new at antarean.org Received: from mailstore1.adm.antarean.org ([127.0.0.1]) by localhost (mailstore1.adm.antarean.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id r1Tlhq5_xRYP for ; Thu, 10 Dec 2020 14:09:47 +0100 (CET) Received: from eve.localnet (eve.adm.antarean.org [10.55.16.44]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mailstore1.adm.antarean.org (Postfix) with ESMTPSA id 4CsDlv4pbrz13 for ; Thu, 10 Dec 2020 14:09:47 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=antarean.org; s=default; t=1607605787; bh=aOYAXP1FIIukRMxyUu9Y5xKEJkiKJdygQp+D9ok+W4E=; h=From:To:Subject:Date:In-Reply-To:References; b=c+UwFP5RNs9XWXbjtM7feB6HpXPyzdszFt+LVn/FeV+tu/mvx5yKLJo/eJ998hrRh sN3dP25DpLNhLnlWari8mB6VMWgJjMF9BOtCWzZGKQJ56cBi0ZAo2ZQFibAR5SKBOt NCCqqqixVsdpNfbkHHPOuwy8s6+h6+7psFBA8Fzw= From: "J. Roeleveld" To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Scanning double sided documents and printing them the same. Date: Thu, 10 Dec 2020 14:09:47 +0100 Message-ID: <4053896.LO2oqlPxjv@eve> Organization: Antarean In-Reply-To: <24529.64802.121430.74138@tux.speedport.ip> References: <6c6ec963-5766-d0d8-c644-d5bbaaee6fcf@gmail.com> <2156576.FFcC115b7c@eve> <24529.64802.121430.74138@tux.speedport.ip> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Archives-Salt: 888badaa-4119-4ae3-88ce-170a6705c2a3 X-Archives-Hash: b9ab45559bd544b50b224b82b2543040 Please do not include me in list-replies. I am subscribed. On Thursday, December 10, 2020 11:49:06 AM CET Dr Rainer Woitok wrote: > Joost, > > On Thursday, 2020-12-10 10:28:05 +0100, you wrote: > > ... > > My old printer/scanner can scan directly to PDF using the sheetfeeder. > > For double-sided, I always ended up with 1 PDF with odd-pages and 1 with > > even. > > > > There used to be tools available (python-old) that could shuffle these > > together and merge them into a single PDF, which would allow for easy > > reading/ printing. > > $ pdftk odd.pdf even.pdf shuffle output all.pdf > > Command "pdftk" comes with package "app-text/pdftk". > > Sincerely, > Rainer That's a java-port of the original pdftk. I actually solved the issue by getting a double-sided ADF scanner. -- Joost