From 4c02a9f7900187be9c9d3f95f6c91a982e980e2c Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 3 May 2025 17:27:25 +0300 Subject: [PATCH] MuPDF suggests to stop using linearisation --- bin/bin/my-ps2pdf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/bin/my-ps2pdf b/bin/bin/my-ps2pdf index 01e37bd..2d9d901 100755 --- a/bin/bin/my-ps2pdf +++ b/bin/bin/my-ps2pdf @@ -41,6 +41,5 @@ exiftool -zip -overwrite_original -quiet \ -tagsFromFile $1 -Creator\Creator ${=toremove} $1.pdf -[[ -z $LINEARIZE ]] || LINEARIZE=--linearize -qpdf $LINEARIZE --compress-streams=y $1.pdf $1.pdf.pdf +qpdf --compress-streams=y $1.pdf $1.pdf.pdf mv $1.pdf.pdf $1.pdf -- 2.48.1