From c6b7a05166b5a09d7a5a53b816cd1ce30bc72794 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 3 Jun 2025 23:38:50 +0200 Subject: stop compress PDF (image sizes are reduced) --- bin/pdfcompress.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 bin/pdfcompress.sh (limited to 'bin/pdfcompress.sh') diff --git a/bin/pdfcompress.sh b/bin/pdfcompress.sh deleted file mode 100755 index 21af4e7..0000000 --- a/bin/pdfcompress.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -set -eu - -INFILE=$1 - -[ -n "$QUARTO_PROJECT_RENDER_ALL" ] || exit - -ps2pdf -dPDFSETTINGS=/printer "$INFILE" "$INFILE"~ -mv --force "$INFILE"~ "$INFILE" -- cgit v1.2.3