From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-user+bounces-192302-garchives=archives.gentoo.org@lists.gentoo.org> 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 23175138359 for <garchives@archives.gentoo.org>; Thu, 9 Jul 2020 15:39:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C9ECE08F5; Thu, 9 Jul 2020 15:39:24 +0000 (UTC) Received: from mailgate2.uni-hannover.de (mailgate2.uni-hannover.de [130.75.2.114]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27DC0E08DD for <gentoo-user@lists.gentoo.org>; Thu, 9 Jul 2020 15:39:23 +0000 (UTC) Received: from intranet.aei.uni-hannover.de (ahin1.aei.uni-hannover.de [130.75.117.40]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mailgate2.uni-hannover.de (Postfix) with ESMTPS id C17D8316B for <gentoo-user@lists.gentoo.org>; Thu, 9 Jul 2020 17:39:20 +0200 (CEST) Received: from comet2.terra.ger ([130.75.117.49]) by intranet.aei.uni-hannover.de (IBM Domino Release 9.0.1FP8) with ESMTP id 2020070917391999-190810 ; Thu, 9 Jul 2020 17:39:19 +0200 Date: Thu, 9 Jul 2020 17:39:19 +0200 From: Gerrit Kuehn <gerrit.kuehn@aei.mpg.de> To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Joining PDF files together. Message-ID: <20200709173919.1e8ac286@comet2.terra.ger> In-Reply-To: <20200709133136.GA4852@ACM> References: <20200709133136.GA4852@ACM> X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; amd64-portbld-freebsd12.1) Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> 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 X-MIMETrack: Itemize by SMTP Server on intranet/aei-hannover(Release 9.0.1FP8|February 23, 2017) at 09/07/2020 17:39:20, Serialize by Router on intranet/aei-hannover(Release 9.0.1FP8|February 23, 2017) at 09/07/2020 17:39:20, Serialize complete at 09/07/2020 17:39:20 X-TNEFEvaluated: 1 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Archives-Salt: 53e0c6d1-ab27-40ed-856e-7eef67638c47 X-Archives-Hash: 34121966239ab3c20b30e6ffcc13b838 On Thu, 9 Jul 2020 13:31:36 +0000 Alan Mackenzie <acm@muc.de> wrote: > Would somebody please suggest to me an appropriate package to do this > with. I use ImageMagick for joining pages scanned with xsane: convert page1 page2 pages.pdf Note that especially for pdf files, tools like pdftk or pdfjam will probably produce better results. However, (x)sane usually produces very large pdf files. So you may receive better end results creating separate png files with sane and then join these (using ImageMagick as shown above). cu Gerrit