summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik George <nik@velocitux.com>2022-11-21 12:12:59 +0100
committerDominik George <nik@velocitux.com>2022-11-21 12:12:59 +0100
commitcd7f65a287128b69e41f450dec36914543f020d4 (patch)
treedad320dbc6ab3596b6b2e6f660d404d11c2579ff
parenta38ba62981d7888f64f486f5283caf68c0af509e (diff)
downloadimpressive-display-cd7f65a287128b69e41f450dec36914543f020d4.tar.gz
impressive-display-cd7f65a287128b69e41f450dec36914543f020d4.tar.bz2
impressive-display-cd7f65a287128b69e41f450dec36914543f020d4.zip
Fix merging of portrait PDFs
-rwxr-xr-xbin/impressive-display2
1 files changed, 1 insertions, 1 deletions
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