From cd7f65a287128b69e41f450dec36914543f020d4 Mon Sep 17 00:00:00 2001 From: Dominik George Date: Mon, 21 Nov 2022 12:12:59 +0100 Subject: Fix merging of portrait PDFs --- bin/impressive-display | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/impressive-display b/bin/impressive-display index 91d9296..ad97ada 100755 --- a/bin/impressive-display +++ b/bin/impressive-display @@ -390,7 +390,7 @@ function download_pdffile { mv "$pdffile_downloaded.new" "$pdffile_downloaded" elif [[ $pdf_extension = pdf ]] && pdfinfo "$pdffile_downloaded" 1>/dev/null 2>/dev/null; then # This is a PDF file - merge portrait documents - merge_portrait_documents + merge_portrait_documents "$pdffile_downloaded" fi # If this is the top-level download call, compare the two directories -- cgit v1.2.3