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 855C2138359 for ; Thu, 9 Jul 2020 14:33:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 484D0E08A8; Thu, 9 Jul 2020 14:33:06 +0000 (UTC) Received: from mail-il1-x136.google.com (mail-il1-x136.google.com [IPv6:2607:f8b0:4864:20::136]) (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 10989E07D8 for ; Thu, 9 Jul 2020 14:33:05 +0000 (UTC) Received: by mail-il1-x136.google.com with SMTP id s21so2202185ilk.5 for ; Thu, 09 Jul 2020 07:33:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:subject:from:to:date:in-reply-to:references:user-agent :mime-version:content-transfer-encoding; bh=U1BRRE9g4epcpob7ZU2urKs1F01RchVp8eba4XZzVfY=; b=KgcxHw3pWYv67ZwBQcB15FfI7bqteVGPkO8Q1AaF8wpfQ6O1HSMKdmDfRlM9GzPxQr giZu6lo72ejABNdRvtqyny3j5AXsO9V7Zx6wmkhDTWNo4TSejRW4KBt2TKEfxcsheZZU 6oNsMf/LO0zfQL9PFEA1h1pLw1YF+QQDzRB7akFQxNtdUB7TsaB061ZT6y2Io+GYPZZs plcAH7QU9iVklWA1RgIKe02uuxkgiXneywZ2d95X5ZjPoL3+cwcXR7sltcSvjdScMk0V 8RZoGBj0Lf7u+dOB7ZHi4Ly8mAtOf/CeQStulKF7BF1wFP//v2EgwghU5gMNpB8/lKWs rPnQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to :references:user-agent:mime-version:content-transfer-encoding; bh=U1BRRE9g4epcpob7ZU2urKs1F01RchVp8eba4XZzVfY=; b=mgW1ENh39GWVm/CGr+exSwmCY1iYhPmTYIVUGpMqUsttR1t6U7QCvOvcE382nuuiMc Y4U/9uxjxs/BOawEt1gQlgEE0EmVNwhfImk3XQvXC2TuTHKLGd3q5I5DdnZ5Nbk+FGBm 4473MXJGgWVh06RZSGrs7YvCGgYGtHXj62sQhwvx/h0R3R1NZc0kKxEP0aohEqgPg+8M zg9GIaozXONdoW/jM6r0+uWt6ZzN9jzl4bg97mq2nkmo587Yifk367MPbmt0661cErg4 OoJrZACroJSPkVEIotzgIXzW87IZSVX7hl91TmFTi5xU2c5z7LGKipNYSOatDq8HPIJp qRsg== X-Gm-Message-State: AOAM533HA1BVTPIe/0Bx2JJ6krE+Opfg0WAW2GfUXMdyJlJM9UoAV8l+ reNSQzd5UKrthncBhOjcQu8ItIPa X-Google-Smtp-Source: ABdhPJxh8B4XLKT/s+cGTAHed5R2TbQmUxMd7S8LncaPiAOFctCa5hLY9ywraX1Moz5xNSh1aBmGug== X-Received: by 2002:a92:cd48:: with SMTP id v8mr49328155ilq.114.1594305185067; Thu, 09 Jul 2020 07:33:05 -0700 (PDT) Received: from [10.0.0.8] (cpe-174-97-153-17.wi.res.rr.com. [174.97.153.17]) by smtp.gmail.com with ESMTPSA id v10sm1950766ilj.40.2020.07.09.07.33.03 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Jul 2020 07:33:04 -0700 (PDT) Message-ID: <0dfde319fecbcbd439881650702c6bebd9788288.camel@gmail.com> Subject: Re: [gentoo-user] Joining PDF files together. From: "Matt Connell (Gmail)" To: gentoo-user@lists.gentoo.org Date: Thu, 09 Jul 2020 09:33:02 -0500 In-Reply-To: References: <20200709133136.GA4852@ACM> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.36.3 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 X-Archives-Salt: e2a783f9-38c9-4163-a11e-395d1a7f2d30 X-Archives-Hash: 74ddf0a783f4b9dceaf5547c70a1b7bb > I have no experience with either myself, but I think you can use > either pdftk, or the pdfunite command in the poppler package. +1 for poppler It includes easy-to-use tools for uniting, separating, and converting PDFs to other formats. Also worth noting, pdftk requires java, which some users may not want to install. Unless I'm mistaken, poppler is a Qt application.