X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 472BF38708D6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1591033696; bh=5H3rIC2LYi+JoXHUMM9c8NiQjPMxhTvTXu9HU7V0x3Q=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=bDyzUKoNX9nG/L65tleStt6WXmSJAuJpYv8LPC1pvou+loeLYi8sKJdnAJI62oICh TkvUW9ArVhsn/Zlf7zRsIXlLKzxX0kceq+oGXTHp4hS+K+TqiJY71tq4jPLVVLfife u2m+uv9RA6N0jYlASGyfiNWu7ndF9pHjX6TMDmOc= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 2BA49387085D X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=6JoIhgL2bj3oB4miGhDuQWWDp30v34VNDoSCMzTahvA=; b=sj2nk73DcT8cMEBnl9LLml3ypwWDDLJr8VR632sDTrE7sKIX9O5yLRqLece0rrpCvl C2pIGB7PEuTlIu1amZjqyl+e2zeAyAMyowvvUjroC8dkVYCL3AJSh+y7lfUw029NTtWo lk5AyCZrMfkeSgiofC9OcKgaW2C4ahJBdz1bhJiePpMxcGgn+I1oELd9t6eX//hoQZ3a 2N/BaWI+R+wzXYZ5cVLrDDpVn/2ktXUFDBrqIuNGG0ra32NVbuf/zKPqll4VnDBB0d+W u9aR3ZnXHBB44N/vlOceYotkSyZPreIU26Ux1CS0LY+gDap9Zw2FO3Fp7p8uj4jPe8SA ryAw== X-Gm-Message-State: AOAM532ZNtr2WYLwWztqmJdvUjOXckXYjk5KgHwgiTcBBLumK0xZ1tlF lNyAQPhRIbUPl+8/T1PkY1bxkbzY X-Google-Smtp-Source: ABdhPJwscZsK8CUFaIjTiqKUZjcQm4yKTLkvwhkUSFvqCpmXHmIgRHPt8JkwdHqNp2AE028q5xG3Ag== X-Received: by 2002:a1c:3206:: with SMTP id y6mr406230wmy.12.1591033691001; Mon, 01 Jun 2020 10:48:11 -0700 (PDT) Subject: Re: ghostscript issues To: cygwin AT cygwin DOT com References: <1604953430 DOT 859583 DOT 1591025163209 DOT ref AT mail DOT yahoo DOT com> <1604953430 DOT 859583 DOT 1591025163209 AT mail DOT yahoo DOT com> <54b353b1-3d7f-a3fb-532f-06e761ddaa0b AT cornell DOT edu> Message-ID: <9ddf591c-6674-f641-78ac-5ee4713d90e8@gmail.com> Date: Mon, 1 Jun 2020 19:48:08 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.8.1 MIME-Version: 1.0 In-Reply-To: <54b353b1-3d7f-a3fb-532f-06e761ddaa0b@cornell.edu> Content-Language: it X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Marco Atzeri via Cygwin Reply-To: Marco Atzeri Content-Type: text/plain; charset="windows-1252"; Format="flowed" Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id 051Hmi6b004265 On 01.06.2020 18:43, Ken Brown via Cygwin wrote: > On 6/1/2020 11:26 AM, Thomas Bodine via Cygwin wrote: >> My favorite use of ghost script is to combine PDF's. I upgraded Cygwin >> this weekend, and ghost script fails to perform this task >> >> I am running this: >> Cygwin Setup version 2.904 (64 bit) >> base-cygwin 3.8-1 >> ghostscript 9.52-1 >> ghostscript-fonts-other 6.0-1 >> Windows 10 Pro version 1909 build 18363.836 >> >> When I run the script: >>   $ gs -dNOPAUSE -dBATCH -sDEVICE=pdfwrite  -sOutputFile=combine.pdf >> able.pdf baker.pdf charly.pdf >>> > > I can confirm this.  As a workaround, downgrade ghostscript and libgs9 > to the previous version, 9.50-1, while I investigate. > > Thanks for the report. > > Ken > -- as alternative workaround, you can use qpdf to merge PDF files qpdf --empty --pages able.pdf baker.pdf charly.pdf -- combine.pdf Regards Marco -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple